Paper margins for plot settings.

Values are expressed in millimeters, matching ObjectARX semantics.

interface AcDbPlotPaperMargins {
    bottom: number;
    left: number;
    right: number;
    top: number;
}

Properties

Properties

bottom: number

Unprintable margin on the bottom side of the paper (mm).

left: number

Unprintable margin on the left side of the paper (mm).

right: number

Unprintable margin on the right side of the paper (mm).

top: number

Unprintable margin on the top side of the paper (mm).