WordToPdfConverterProcessPageBreakMarks Property

Gets or sets a value indicating whether page break marks from Word documents should be processed and rendered in the output PDF. The default value is true.

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next.WordToPdf (in HiQPdf.Next.WordToPdf.dll) Version: 18.0.0
C#
public bool ProcessPageBreakMarks { get; set; }

Property Value

Boolean

See Also