Skip to main content

TdxPrinterPage.GetRealMinMargins(Integer,Integer,Integer,Integer) Method

Determines the minimum allowable page margins.

Declaration

procedure GetRealMinMargins(var AMinLeft: Integer; var AMinRight: Integer; var AMinTop: Integer; var AMinBottom: Integer);

Parameters

Name Type
AMinLeft Integer
AMinRight Integer
AMinTop Integer
AMinBottom Integer

Remarks

Use the GetRealMinMargins method to retrieve the minimum allowable report page margins.

See Also