PdfToTextConverterMarkPageBreaks Property

Flag indicating whether page breaks are marked by the PAGE_BREAK_MARK character in the resulting text document. The default is false

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next.PdfProcessor (in HiQPdf.Next.PdfProcessor.dll) Version: 1.0.0
C#
public bool MarkPageBreaks { get; set; }

Property Value

Boolean

See Also