Accusoft.PdfXpress7.Net
ClipHeight Property (PageInfo)




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

Property Value

A double value which represents the clip box height.
See Also

Reference

PageInfo Class
PageInfo Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback