ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / Resolution Property




In This Topic
    Resolution Property (ImGearARTPage)
    In This Topic
    Gets or sets the resolution, used by ImGearARTRuler and ImGearARTPolyRuler annotations for measurement purposes.
    Syntax
    'Declaration
     
    Public Property Resolution As IImGearResolution
    'Usage
     
    Dim instance As ImGearARTPage
    Dim value As IImGearResolution
     
    instance.Resolution = value
     
    value = instance.Resolution
    public IImGearResolution Resolution {get; set;}
    public: __property IImGearResolution* get_Resolution();
    public: __property void set_Resolution( 
       IImGearResolution* value
    );
    public:
    property IImGearResolution^ Resolution {
       IImGearResolution^ get();
       void set (    IImGearResolution^ value);
    }

    Property Value

    ImageGear.Core.IImGearResolution value.
    Remarks
    Depending on the value of AspectKind, this parameter is being used by following properties: So, prior to using above mentioned functionality, please initialize this property first by the resolution of currently displayed underlying image.
    See Also