ImageGear .NET
Resolution Property (ImGearARTPage)




Gets or sets the resolution, used by ImGearARTRuler and ImGearARTPolyRuler annotations for measurement purposes.
Syntax
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);
}
'Declaration
 
Public Property Resolution As IImGearResolution
 
'Usage
 
Dim instance As ImGearARTPage
Dim value As IImGearResolution
 
instance.Resolution = value
 
value = instance.Resolution

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

Reference

ImGearARTPage Class
ImGearARTPage Members
ImageResolution Property
DIB Property

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback