'Declaration
Public Property PageBordersPenSize As Integer
public int PageBordersPenSize {get; set;}
public read-write property PageBordersPenSize: Integer;
public function get,set PageBordersPenSize : int
'Declaration
Public Property PageBordersPenSize As Integer
public int PageBordersPenSize {get; set;}
public read-write property PageBordersPenSize: Integer;
public function get,set PageBordersPenSize : int
'We assume that the GdViewer1 control has been properly integrated. GdViewer1.DrawPageBorders = True GdViewer1.PageBordersColor = Color.Blue GdViewer1.PageBordersPenSize = 5
//We assume that the GdViewer1 control has been properly integrated. GdViewer1.DrawPageBorders = true; GdViewer1.PageBordersColor = Color.Blue; GdViewer1.PageBordersPenSize = 5;