'Declaration
Public Property DrawPageBorders As Boolean
public bool DrawPageBorders {get; set;}
public read-write property DrawPageBorders: Boolean;
public function get,set DrawPageBorders : boolean
You can define the page border's color and its size as well.
'Declaration
Public Property DrawPageBorders As Boolean
public bool DrawPageBorders {get; set;}
public read-write property DrawPageBorders: Boolean;
public function get,set DrawPageBorders : boolean
'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;