Click or drag to resize

AnnotateViewer.DocumentBounds Property

Gets the bounding rectangle for this document.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public RectangleF DocumentBounds { get; }

Property Value

Type: RectangleF
The bounding rectangle of the document.

Implements

IAnnotate.DocumentBounds
Remarks
This property represents the image area in Units or the client area in Units if no image is loaded.
See Also