Accusoft.ImagXpress13.Net
MaintainAspectRatio Property




Gets and sets the option to preserve image aspect ratio when resizing an image during the loading of the ImageX object.
Syntax
'Declaration
 
Public Property MaintainAspectRatio As Boolean
'Usage
 
Dim instance As LoadOptions
Dim value As Boolean
 
instance.MaintainAspectRatio = value
 
value = instance.MaintainAspectRatio
public bool MaintainAspectRatio {get; set;}
public: __property bool get_MaintainAspectRatio();
public: __property void set_MaintainAspectRatio( 
   bool value
);
public:
property bool MaintainAspectRatio {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to preserve the image aspect ratio when resizing the image during the loading of the ImageX object.

See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback