ImageGear for .NET
ImageScaleSettings Property (ImGearRenderSettings)




Gets or sets scale settings for the main image.
Syntax
'Declaration
 
Public Property ImageScaleSettings As ImGearDisplayScaleSettings
'Usage
 
Dim instance As ImGearRenderSettings
Dim value As ImGearDisplayScaleSettings
 
instance.ImageScaleSettings = value
 
value = instance.ImageScaleSettings
public ImGearDisplayScaleSettings ImageScaleSettings {get; set;}
public: __property ImGearDisplayScaleSettings* get_ImageScaleSettings();
public: __property void set_ImageScaleSettings( 
   ImGearDisplayScaleSettings* value
);
public:
property ImGearDisplayScaleSettings^ ImageScaleSettings {
   ImGearDisplayScaleSettings^ get();
   void set (    ImGearDisplayScaleSettings^ value);
}

Property Value

ImGearDisplayScaleSettings class object.
See Also

Reference

ImGearRenderSettings Class
ImGearRenderSettings Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback