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