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



Accusoft.FormFixSdk Namespace > FormImage Class : ResolutionUnit Property
The measuring unit for the horizontal and vertical resolution of the image.
Syntax
'Declaration
 
Public Property ResolutionUnit As GraphicsUnit
'Usage
 
Dim instance As FormImage
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 image. Many aspects of form processing depend on accurate resolutions, so it is important that this property has the correct value. To handle cases where the original image had the wrong resolution, we have made this property writeable and you should set it to the correct value.

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

FormImage Class
FormImage Members
HorizontalResolution Property
VerticalResolution Property

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