RenderEnvironmentImageResolution Property |
Gets the resolution of the image. This is only needed if a Graphics object is provided instead of an
AnnotationImage.
Namespace:
Atalasoft.Annotate.Renderer
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PointF ImageResolution { get; }
Public ReadOnly Property ImageResolution As PointF
Get
Property Value
Type:
PointF The resolution of the image.
See Also