PdfTextSubtext(Int32) Method |
Retrieves a subtext from this instance. The subtext starts at a specified character position and continues to the end of the text.
Namespace: SautinSoft.Pdf.ContentAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic PdfText Subtext(
int startIndex
)
Public Function Subtext (
startIndex As Integer
) As PdfText
Parameters
- startIndex Int32
- The zero-based starting character position of a subtext in this instance.
Return Value
PdfTextA
PdfText that is equivalent to the subtext that begins at
startIndex in this instance.
Exceptions
See Also