Click or drag to resize

WangFormatterResolution Property

Gets or sets the document resolution used by the AnnotateViewer.

Namespace:  Atalasoft.Annotate.Formatters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PointF Resolution { get; set; }

Property Value

Type: PointF
The document resolution of the viewer.
Remarks
If the Units property of the viewer is not set to Pixels, this property must be set to allow the annotation positioning to be converted to and from pixels.
See Also