Accusoft.ImagXpress13.Net
Resize Property




Gets and sets the image height and width to which the image should be resized to when loading into an ImageX object.
Syntax
'Declaration
 
Public Property Resize As Size
'Usage
 
Dim instance As LoadOptions
Dim value As Size
 
instance.Resize = value
 
value = instance.Resize
public Size Resize {get; set;}
public: __property Size get_Resize();
public: __property void set_Resize( 
   Size value
);
public:
property Size Resize {
   Size get();
   void set (    Size value);
}

Property Value

The System.Drawing.Size set.
Remarks

Note: If the dimensions specified are all zeros or null, then no resizing occurs when loading.

Note: CameraRaw images do not support resizing during loading.

See Also

Reference

LoadOptions Class
LoadOptions Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback