Skip to content

Artboard

artboard

An Artboard object represents a single artboard in a document. There can be between 1 to 100 artboards in one document.


artboard.artboardRect

Size and position of the artboard.

Rect


artboard.name

The unique identifying name of the artboard.

String


artboard.parent

The parent of this object.

Document; read-only.


artboard.rulerOrigin

Ruler origin of the artboard, relative to the top left corner of the artboard.

Point


artboard.rulerPAR

Pixel aspect ratio, used in ruler visualization if the units are pixels.

Range: 0.1 to 10.

Number (double)


artboard.showCenter

Show center mark.

Boolean


artboard.showCrossHairs

Show cross hairs.

Boolean


artboard.showSafeAreas

Show title and action safe areas (for video).

Boolean


artboard.typename

Read-only. The class name of this object.

String


artboard.remove()

Deletes this artboard object. You cannot remove the last artboard in a document.

Nothing.