ImageGear for .NET
ImageScaleSettings Property (PageView)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback