Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

FillForm Property








Enables or disables form filling.
Syntax
public bool FillForm {get; set;}
'Declaration
 
Public Property FillForm As Boolean
'Usage
 
Dim instance As CodecsPdfSaveOptions
Dim value As Boolean
 
instance.FillForm = value
 
value = instance.FillForm
public bool FillForm {get; set;}
@property (nonatomic, assign) BOOL fillForm
public boolean getFillForm()
public void setFillForm(boolean value)
            
 <br/>get_FillForm();<br/>set_FillForm(value);<br/>Object.defineProperty('FillForm'); 
public:
property bool FillForm {
   bool get();
   void set (    bool value);
}

Property Value

true to give the user of the PDF document permission to fill in forms in the document.
Example
For an example, refer to CodecsPdfOptions.
Requirements

Target Platforms

See Also

Reference

CodecsPdfSaveOptions Class
CodecsPdfSaveOptions Members
Implementing PDF Features

Error processing SSI file