ImageGear .NET
ImageScaleSettings Property (PageView)




Gets or sets the engine for image scaling, as well as scale settings that are specific to this engine.
Syntax
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);
}
'Declaration
 
Public Property ImageScaleSettings As ImGearDisplayScaleSettings
 
'Usage
 
Dim instance As PageView
Dim value As ImGearDisplayScaleSettings
 
instance.ImageScaleSettings = value
 
value = instance.ImageScaleSettings

Property Value

ImageGear.Display.ImGearDisplayScaleSettings class object.
See Also

Reference

PageView Class
PageView Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback