←Select platform

FormFieldFillingEnabled Property

Summary

Indicates whether the software can fill any form fields in the PDF document.

Syntax

C#
VB
C++
public bool FormFieldFillingEnabled { get; set; } 
Public Property FormFieldFillingEnabled() As Boolean 
   Get 
   Set 
public:  
   property bool FormFieldFillingEnabled 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true if the software can fill any form fields in the PDF document; otherwise, false. Default value is true.

Example

For an example, refer to PDFFile.

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.Pdf Assembly