TextFragmentFootNote Property |
Gets or sets the paragraph foot note.(for pdf generation only)
Namespace: Aspose.Pdf.TextAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic Note FootNote { get; set; }
Public Property FootNote As Note
Get
Set
public:
property Note^ FootNote {
Note^ get ();
void set (Note^ value);
}
member FootNote : Note with get, set
Property Value
Type:
Note
See Also