ActiveReports 12
AutoScaleDimensions Property (Viewer)

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : AutoScaleDimensions Property
Gets or sets the dimensions that the control was designed to.
Syntax
'Declaration
 
Public Property AutoScaleDimensions As SizeF
public SizeF AutoScaleDimensions {get; set;}

Property Value

A System.Drawing.SizeF containing the dots per inch (DPI) or System.Drawing.Font size that the control was designed to.
Exceptions
ExceptionDescription
The width or height of the System.Drawing.SizeF value is less than 0 when setting this value.
See Also

Reference

Viewer Class
Viewer Members