←Select platform

BorderStyle Property

Summary

Border style of this field.

Syntax
C#
VB
C++
Java
public int BorderStyle { get; set; } 
Public Property BorderStyle As Integer 
public int getBorderStyle() 
public void setBorderStyle(int borderStyle) 
public: 
property int BorderStyle { 
   int get(); 
   void set (    int ); 
} 

Property Value

Border style of this field. In most cases, this is one of the BorderStyleXYZ constants defined in PDFFormField.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly