Gets and sets an integer value indicating the desired output image width.
Syntax
public int OutputImageHeight {get; set;}
public: __property int get_OutputImageHeight();
public: __property void set_OutputImageHeight(
int value
);
public:
property int OutputImageHeight {
int get();
void set ( int value);
}
'Declaration
Public Property OutputImageHeight As Integer
'Usage
Dim instance As PerspectiveAdjustOptions
Dim value As Integer
instance.OutputImageHeight = value
value = instance.OutputImageHeight
See Also