HiQPdf Documentation

HtmlObjectBaseForceNewPdfPages Property

HiQPdf Client for .NET Core
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:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public bool ForceNewPdfPages { get; set; }

Property Value

Type: Boolean
See Also

Reference