Accusoft.PdfXpress7.Net
ClipY Property (PageInfo)




Gets and sets the clip box Y (vertical) coordinate.
Syntax
'Declaration
 
Public Property ClipY As Double
'Usage
 
Dim instance As PageInfo
Dim value As Double
 
instance.ClipY = value
 
value = instance.ClipY
public double ClipY {get; set;}
public: __property double get_ClipY();
public: __property void set_ClipY( 
   double value
);
public:
property double ClipY {
   double get();
   void set (    double value);
}

Property Value

A double value which represents the clip y (vertical) coordinate value.
See Also

Reference

PageInfo Class
PageInfo Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback