ImageGear .NET v24.12 - Updated
Resolution Property (ImGearNativeDisplayScaleSettings)




ImageGear24.Presentation Assembly > ImageGear.Display Namespace > ImGearNativeDisplayScaleSettings Class : Resolution Property
Gets access to the object that specifies resolution of the output device (display or printer).
Syntax
'Declaration
 
Public ReadOnly Property Resolution As IImGearResolution
'Usage
 
Dim instance As ImGearNativeDisplayScaleSettings
Dim value As IImGearResolution
 
value = instance.Resolution
public IImGearResolution Resolution {get;}
public: __property IImGearResolution* get_Resolution();
public:
property IImGearResolution^ Resolution {
   IImGearResolution^ get();
}

Property Value

ImageGear.Core.IImGearResolution interface.
Remarks
Specify the resolution of the output device when display resolution is different from 96 DPI, or when printing an image.

See Displaying Images in WPF Environment for more information.

The default value is 96 DPI

.
See Also

Reference

ImGearNativeDisplayScaleSettings Class
ImGearNativeDisplayScaleSettings Members