ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.Display Namespace / ImGearNativeDisplayScaleSettings Class / Resolution Property




In This Topic
    Resolution Property (ImGearNativeDisplayScaleSettings)
    In This Topic
    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