Accusoft.PdfXpress6.Net
ClipWidth Property (ImageDataInfo)




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

Property Value

An integer value which represents the width of the clipping.
See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback