Accusoft.PdfXpress7.Net
ClipWidth Property (PageOptions)




Gets and sets the clip box width.
Syntax
'Declaration
 
Public Property ClipWidth As Double
'Usage
 
Dim instance As PageOptions
Dim value As Double
 
instance.ClipWidth = value
 
value = instance.ClipWidth
public double ClipWidth {get; set;}
public: __property double get_ClipWidth();
public: __property void set_ClipWidth( 
   double value
);
public:
property double ClipWidth {
   double get();
   void set (    double value);
}

Property Value

A double value which represents the clip width.
See Also

Reference

PageOptions Class
PageOptions Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback