←Select platform

FillMode Property

Summary

Fill mode of this field.

Syntax

C#
VB
Java
C++
public int FillMode { get; set; } 
Public Property FillMode As Integer 
public int getFillMode() 
public void setFillMode(int fillMode) 
             
public: 
property int FillMode { 
   int get(); 
   void set (    int ); 
} 

Property Value

Fill mode of this field. In most cases, this is one of the FillModeXYZ constants defined in PDFFormField.

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