FormFix v6.0 for .NET - Updated
Unit Property



Accusoft.FormFixSdk Namespace > DefaultResolution Class : Unit Property
The units in which the resolution is expressed. Note that only GraphicsUnit.Document, GraphicsUnit.Inch, GraphicsUnit.Millimeter, and GraphicsUnit.Point are supported.
Syntax
'Declaration
 
Public Property Unit As GraphicsUnit
'Usage
 
Dim instance As DefaultResolution
Dim value As GraphicsUnit
 
instance.Unit = value
 
value = instance.Unit
public GraphicsUnit Unit {get; set;}
public:
property GraphicsUnit Unit {
   GraphicsUnit get();
   void set (    GraphicsUnit value);
}
See Also

Reference

DefaultResolution Class
DefaultResolution Members

Is this page helpful?
Yes No
Thanks for your feedback.