TextFragmentForm Property
Gets form object that contains the TextFragment

Namespace: Aspose.Pdf.Text
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public XForm Form { get; }

Property Value

Type: XForm
Remarks
The value can be null in case the TextFragment object doesn't belong to a form.
See Also