PdfDocumentControlBreakBeforeHtmlElements Property
An array of HTML CSS selectors to select the HTML elements that will receive a page break before them in PDF document
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public string[] BreakBeforeHtmlElements { get; set; }
Public Property BreakBeforeHtmlElements As String()
Get
Set
public:
property array<String^>^ BreakBeforeHtmlElements {
array<String^>^ get ();
void set (array<String^>^ value);
}
member BreakBeforeHtmlElements : string[] with get, set
Property Value
String