LEADTOOLS Image File Support (Leadtools.Codecs assembly)

FillForm Property

Show in webframe







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)
            
 
get_FillForm();
set_FillForm(value);
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 Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.