Accusoft.PdfXpress6.Net
ClipWidth Property (PageInfo)




Gets and sets the clip box width.
Syntax
'Declaration
 
Public Property ClipWidth As Double
'Usage
 
Dim instance As PageInfo
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

PageInfo Class
PageInfo Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback