ScaleMode Enumeration

Mode of the document scaling.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public enum ScaleMode

Members

Manual0 Manually set scale factor.
PageWidth1 Scale factor is automatically selected to display a page in full width.
ContentWidth2 Scale factor is automatically selected to display a page content in full width.
FullPage3 A full page (taking in account width and height) is shown.

See Also