Gets and sets a boolean value indicating if the width and height of the original
image will be maintained.
Syntax
public bool MaintainDimensions {get; set;}
public: __property bool get_MaintainDimensions();
public: __property void set_MaintainDimensions(
bool value
);
public:
property bool MaintainDimensions {
bool get();
void set ( bool value);
}
'Declaration
Public Property MaintainDimensions As Boolean
'Usage
Dim instance As PerspectiveAdjustOptions
Dim value As Boolean
instance.MaintainDimensions = value
value = instance.MaintainDimensions
See Also