Accusoft.FormFixSdk Namespace > FormImage Class : ResolutionUnit Property |
'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 get_ResolutionUnit(); public: __property void set_ResolutionUnit( GraphicsUnit value );
public: property GraphicsUnit ResolutionUnit { GraphicsUnit get(); void set ( GraphicsUnit value); }
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