Skip to main content

VisualBrick.GetScaleFactor(IPrintingSystemContext) Method

For internal use.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public float GetScaleFactor(
    IPrintingSystemContext context
)

Parameters

Name Type Description
context IPrintingSystemContext

An object implementing the IPrintingSystemContext interface.

Returns

Type Description
Single

A Single value.

See Also