XFINIUM.PDF Documentation
FormFillOptions Property



Xfinium.Pdf.Forms Namespace > PdfForm Class : FormFillOptions Property
Gets or sets a set of options for filling form fields.
Syntax
'Declaration
 
Public Property FormFillOptions As PdfFormFillOptions
'Usage
 
Dim instance As PdfForm
Dim value As PdfFormFillOptions
 
instance.FormFillOptions = value
 
value = instance.FormFillOptions
public PdfFormFillOptions FormFillOptions {get; set;}
public:
property PdfFormFillOptions^ FormFillOptions {
   PdfFormFillOptions^ get();
   void set (    PdfFormFillOptions^ value);
}

Property Value

A PdfFormFillOptions object specifying various options for filling form fields.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfForm Class
PdfForm Members