Share

AcDbPlotSettings::getPlotPaperMargins

C++

Acad::ErrorStatus getPlotPaperMargins(
    double& printableXmin, 
    double& printableYmin, 
    double& printableXmax, 
    double& printableYmax
) const;

Description

Specifies the printable area of the configured paper. The values returned are in millimeters, regardless of the units selected by the user. The values are in physical media coordinates, so they are not affected by the current scale of the drawing. This function does not take into account plots that may be rotated or mirrored.

Parameters

Parameters Description
printableXmin Output distance from left edge of the paper to the printable area
printableYmin Output distance from bottom edge of the paper to the printable area
printableXmax Output distance from right edge of the paper to the printable area
printableYmax Output distance from top edge of the paper to the printable area

Links

AcDbPlotSettings

Was this information helpful?