PdfContentGroupGetText Method |
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
SyntaxPublic Function GetText As PdfText
Return Value
PdfTextThe snapshot of text contained in this
PdfContentGroup extracted using the
Default text options.
Remarks
The
PdfText is a snapshot and if the underlying PDF content is changed, that change won't be visible in the
PdfText, instead
PdfText should be retrieved again to get the actual snapshot.
See Also