Click or drag to resize

XmpFormatterResolution Property

Gets or sets the resolution of the annotation data.

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 resolution of the annotation data.
Remarks
This value is saved as a DocumentResolution tag in the XMP data, allowing deserialization to customize the annotation's Location and Size properties to match the viewer resolution. See the AnnotationDeserialization event for more information.
See Also