ImageGear .NET v24.14 - Updated
ImageScaleSettings Property (PageView)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : ImageScaleSettings Property
Gets or sets the engine for image scaling, as well as scale settings that are specific to this engine.
Syntax
'Declaration
 
Public Property ImageScaleSettings As ImGearDisplayScaleSettings
'Usage
 
Dim instance As PageView
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

ImageGear.Display.ImGearDisplayScaleSettings class object.
See Also

Reference

PageView Class
PageView Members