Help Center

CPrint.Scaleproperty

Gets/sets the factor by which the printed output is to be scaled.

PrintingpropertyCPrint.incdocumented

Syntax

PROPERTY Scale () AS LONG
PROPERTY Scale (BYVAL nScale AS LONG)

Parameters

NameDescription
nScaleLONG. The factor by which the printed output is to be scaled. The apparent page size is scaled from the physical page size by a factor of nScale / 100. For example, a letter-sized page with a nScale value of 50 would contain as much data as a page of 17- by 22-inches because the output text and graphics would be half their original height and width.

Return value

LONG. The printer scaling factor.

Description

Gets/sets the factor by which the printed output is to be scaled.

Reference

  • Include file CPrint.inc
  • Defined in AfxNova/CPrint.inc:795
  • Documented in Printing/CPrint Class.md
  • Topic: CPrint Class