Accusoft.ImagXpress13.Net
Units Property




Gets and sets the unit of measure in which the resolution dimensions are expressed.
Syntax
'Declaration
 
Public Property Units As GraphicsUnit
'Usage
 
Dim instance As Resolution
Dim value As GraphicsUnit
 
instance.Units = value
 
value = instance.Units
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);
}

Property Value

The System.Drawing.GraphicsUnit value set.
See Also

Reference

Resolution Class
Resolution Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback