Click or drag to resize
PdfToTextConverterMarkPageBreaks Property
When this property is true a special character defined by the PAGE_BREAK_MARK property is inserted after the text extracted from each page. The default value is false.

Namespace: ExpertPdf
Assembly: pdftotext.net20.x86 (in pdftotext.net20.x86.dll) Version: 4.2
Syntax
public bool MarkPageBreaks { get; set; }

Property Value

Type: Boolean
See Also