Indicates if the repeating of thead content of a HTML table in PDF is allowed. This property is true by default
Namespace:
HiQPdf
Assembly:
HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
public bool RepeatTheadAllowed { get; set; }
Public Property RepeatTheadAllowed As Boolean
Get
Set
public:
property bool RepeatTheadAllowed {
bool get ();
void set (bool value);
}
member RepeatTheadAllowed : bool with get, set
Property Value
Type:
Boolean
Reference