Share

AcApLayoutManager::setShowPaperMargins

C++

virtual void setShowPaperMargins(
    Adesk::Boolean showPaperMargins
) = 0;

Description

This function sets whether the printable area or paper margin (the dashed rectangle) is visible for the current or active AcDbLayout object. An argument of kTrue sets the paper margin visible; kFalse makes it invisible.

Parameters

Parameters Description
showPaperMargins Input Boolean to indicate whether the paper margin is visible

Links

AcApLayoutManager

Was this information helpful?