Accusoft.ImagXpress13.Net
Units Property




Gets and sets the unit of measure in which the resolution dimensions are expressed.
Syntax
public GraphicsUnit Units {get; set;}
public: __property GraphicsUnit get_Units();
public: __property void set_Units( 
   GraphicsUnit value
);
public:
property GraphicsUnit Units {
   GraphicsUnit get();
   void set (    GraphicsUnit value);
}
'Declaration
 
Public Property Units As GraphicsUnit
 
'Usage
 
Dim instance As Resolution
Dim value As GraphicsUnit
 
instance.Units = value
 
value = instance.Units

Property Value

The System.Drawing.GraphicsUnit value set.
See Also

Reference

Resolution Class
Resolution Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback