Click or drag to resize
Pdf Library for .NET

PdfToTextMarkPageBreaks Property

Insert a special character after the text extracted from each PDF page. The special character defined by the PageBreakMark property.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public bool MarkPageBreaks { get; set; }

Property Value

Type: Boolean
Remarks
The default value is False.
See Also