Share

AcDbPlotSettings::getPlotPaperSize

C++

ACDBCORE2D_PORT Acad::ErrorStatus getPlotPaperSize(
    AcGePoint2d& paperSize
) 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
paperSize Output pointer to an AcGePoint2d object which contains defines the physical paper width and height

Links

AcDbPlotSettings

Was this information helpful?