In This Topic
GdPicture14 Namespace / GdViewer Class / PageBordersPenSize Property

PageBordersPenSize Property (GdViewer)

In This Topic
Syntax
'Declaration

 

Public Property PageBordersPenSize As Integer
public int PageBordersPenSize {get; set;}
public read-write property PageBordersPenSize: Integer; 
public function get,set PageBordersPenSize : int
public: __property int get_PageBordersPenSize();

public: __property void set_PageBordersPenSize( 

   int value

);
public:

property int PageBordersPenSize {

   int get();

   void set (    int value);

}
See Also