 | PdfDocumentFormFill Property |
Gets a form fill environment object.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic PdfForms FormFill { get; }
Public ReadOnly Property FormFill As PdfForms
Get
public:
property PdfForms^ FormFill {
PdfForms^ get ();
}
member FormFill : PdfForms with get
/** @property */
public PdfForms get_FormFill()
Property Value
Type:
PdfForms
See Also