TextFragmentForm Property |
Gets form object that contains the TextFragment
Namespace: Aspose.Pdf.TextAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic XForm Form { get; }
Public ReadOnly Property Form As XForm
Get
public:
property XForm^ Form {
XForm^ get ();
}
member Form : XForm with get
Property Value
Type:
XForm
Remarks
The value can be null in case the TextFragment object doesn't belong to a form.
See Also