PdfTextFragment
TextStates Property
|
Gets the text state.
Namespace:
Spire.Pdf.Texts
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfTextState[] TextStates { get; }
Public ReadOnly Property TextStates As PdfTextState()
Get
public:
property array<PdfTextState^>^ TextStates {
array<PdfTextState^>^ get ();
}
member TextStates : PdfTextState[] with get
Property Value
Type:
PdfTextState
See Also