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); }
'Declaration Public Property Resize As Size
'Usage Dim instance As LoadOptions Dim value As Size instance.Resize = value value = instance.Resize
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.
LoadOptions Class LoadOptions Members
©2015. Accusoft Corporation. All Rights Reserved.