←Select platform

BorderStyle Property

Summary
Border style of this field.
Syntax
C#
C++/CLI
Java
Python
public int BorderStyle { get; set; } 
public int getBorderStyle(); 
public void setBorderStyle( 
   int intValue 
); 
public: 
property int BorderStyle { 
   int get(); 
   void set (    int ); 
} 
BorderStyle # get and set (PDFFormField) 

Property Value

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

Value Name Description
0 BorderStyleSolid Solid border style.
1 BorderStyleDashed Dashed border style.
2 BorderStyleBeveled Beveled border style.
3 BorderStyleInset Inset border style.
4 BorderStyleUnderline Underline border style.
5 BorderStyleTransparent Transparent border style.
Requirements

Target Platforms

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

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.