Accusoft.PdfXpress7.Net
ClipY Property (ImageDataInfo)




Gets and sets the Y (vertical) clipping bound for the image data.
Syntax
'Declaration
 
Public Property ClipY As Integer
'Usage
 
Dim instance As ImageDataInfo
Dim value As Integer
 
instance.ClipY = value
 
value = instance.ClipY
public int ClipY {get; set;}
public: __property int get_ClipY();
public: __property void set_ClipY( 
   int value
);
public:
property int ClipY {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the vertical clipping value.
See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback