C++
virtual void setShowPrintBorder( Adesk::Boolean showPrintBorder ) = 0;
Description
This function sets whether the print border (paper boundary) is visible for the current or active AcDbLayout object. An argument of kTrue sets the print border visible; kFalse makes it invisible.
Parameters
| Parameters | Description |
|---|---|
| showPrintBorder | Input Boolean to indicate whether the print border is visible |