←Select platform

FillForm Property

Summary

Enables or disables form filling.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool FillForm { get; set; } 
Public Property FillForm As Boolean 
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly