HtmlObjectBaseForceNewPdfPages Property
Controls if a new PDF page is always created when the HTML object is laid out on the next PDF page. By default this property is false and if there is a next
page already created in PDF document it will be used to layout this object
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool ForceNewPdfPages { get; set; }
Public Property ForceNewPdfPages As Boolean
Get
Set
public:
property bool ForceNewPdfPages {
bool get ();
void set (bool value);
}
member ForceNewPdfPages : bool with get, set
Property Value
Boolean