Namespace: BitMiracle.Docotic.Pdf
public PdfRectangle? Rectangle { get; set; }
Public Property Rectangle As PdfRectangle? Get Set
Default value: null.
If the value is null then all the text inside the page CropBox will be extracted.
If the value is not null AND the SkipInvisibleText is true then only the text inside the specified rectangle will be extracted. Any part of a word which is outside of the rectangle will be truncated. Characters that are partially inside the rectangle (partially visible) will be extracted.
If the value is not null AND the SkipInvisibleText is false then only the text that intersects the specified rectangle will be extracted. Any part of a word which is outside of the rectangle will be extracted too.