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