Accusoft.PdfXpress7.Net
ClipHeight Property (ImageDataInfo)




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

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