Accusoft.PdfXpress6.Net
ClipX Property (ImageDataInfo)




Gets and sets the X (horizontal) clipping bound for the image data.
Syntax
'Declaration
 
Public Property ClipX As Integer
'Usage
 
Dim instance As ImageDataInfo
Dim value As Integer
 
instance.ClipX = value
 
value = instance.ClipX
public int ClipX {get; set;}
public: __property int get_ClipX();
public: __property void set_ClipX( 
   int value
);
public:
property int ClipX {
   int get();
   void set (    int value);
}

Property Value

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

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback