FormFix v6.0 for .NET - Updated
ResolutionUnit Property (FormModel)



Accusoft.FormFixSdk Namespace > FormModel Class : ResolutionUnit Property
The measuring unit for the horizontal and vertical resolution of the form model image.
Syntax
'Declaration
 
Public Property ResolutionUnit As GraphicsUnit
'Usage
 
Dim instance As FormModel
Dim value As GraphicsUnit
 
instance.ResolutionUnit = value
 
value = instance.ResolutionUnit
public GraphicsUnit ResolutionUnit {get; set;}
public:
property GraphicsUnit ResolutionUnit {
   GraphicsUnit get();
   void set (    GraphicsUnit value);
}
Remarks

This property contains the units for the horizontal and vertical resolution of the form model image.

Valid values: The following values from the System.Drawing.GraphicsUnit enumeration: Document, Inch, Millimeter, and Point.

Default value: System.Drawing.GraphicsUnit.Inch

See Also

Reference

FormModel Class
FormModel Members
HorizontalResolution Property
VerticalResolution Property

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