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