Share

AcApLayoutManager::setShowPaperBackground

C++

virtual void setShowPaperBackground(
    Adesk::Boolean showPaperBackground
) = 0;

Description

This function sets whether the paper shadow is visible for the current or active AcDbLayout object. An argument of kTrue sets the paper shadow visible; kFalse makes it invisible.

Parameters

Parameters Description
showPaperBackground Input Boolean to indicate whether the paper shadow is visible

Links

AcApLayoutManager

Was this information helpful?