PdfHeaderRepeatInOddPages Property
Controls if the header is repeated in odd pages of the PDF document. By default is repeated on all pages
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool RepeatInOddPages { get; set; }
Public Property RepeatInOddPages As Boolean
Get
Set
public:
property bool RepeatInOddPages {
bool get ();
void set (bool value);
}
member RepeatInOddPages : bool with get, set
Property Value
Boolean