←Select platform

BorderStyle Property

Summary

Border style of this field.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly