Accusoft.PdfXpress7.Net
ClipHeight Property (ImageDataInfo)




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

Property Value

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

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback