Accusoft.PdfXpress7.Net
ClipWidth Property (ImageDataInfo)




Gets and sets the width clipping bound for the image data.
Syntax
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);
}
'Declaration
 
Public Property ClipWidth As Integer
 
'Usage
 
Dim instance As ImageDataInfo
Dim value As Integer
 
instance.ClipWidth = value
 
value = instance.ClipWidth

Property Value

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

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback