Struct TextArgs
Allows to tweak ExtractText(IClient, TextArgs).
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Sig.PdfClient
Assembly: SigPdfClient.dll
Syntax
public struct TextArgs
Properties
Name | Description |
---|---|
Default | By default, the whole document text is extracted without sorting by position. |
Methods
Name | Description |
---|---|
End(Int32) | Sets the page where to inclusively end the text extraction. Positive numbers including zero are offsets to the first page. Negative numbers are offsets to an imaginary page after the last document page. |
SortByPosition(Boolean) | The order of text tokens in a PDF file may differ from the visual position on the screen or on paper. |
Start(Int32) | Sets the page where to start the text extraction. Positive numbers including zero are offsets to the first page. Negative numbers are offsets to an imaginary page after the last document page. |