Share

AcDbPlotSettings::getPlotPaperSize

C++

Acad::ErrorStatus getPlotPaperSize(
    double& paperWidth, 
    double& paperHeight
) const;

Description

Specifies the width and height of the configured paper. This is defined as the entire physical paper area including the unprintable area.

Parameters

Parameters Description
paperWidth Output pointer to physical paper width
paperHeight Output pointer to physical paper height

Links

AcDbPlotSettings

Was this information helpful?