Artboard
Artboard
Section titled “Artboard”artboard
Description
Section titled “Description”An Artboard object represents a single artboard in a document. There can be between 1 to 100 artboards in one document.
Properties
Section titled “Properties”Artboard.artboardRect
Section titled “Artboard.artboardRect”artboard.artboardRect
Description
Section titled “Description”Size and position of the artboard.
Rect
Artboard.name
Section titled “Artboard.name”artboard.name
Description
Section titled “Description”The unique identifying name of the artboard.
String
Artboard.parent
Section titled “Artboard.parent”artboard.parent
Description
Section titled “Description”The parent of this object.
Document; read-only.
Artboard.rulerOrigin
Section titled “Artboard.rulerOrigin”artboard.rulerOrigin
Description
Section titled “Description”Ruler origin of the artboard, relative to the top left corner of the artboard.
Point
Artboard.rulerPAR
Section titled “Artboard.rulerPAR”artboard.rulerPAR
Description
Section titled “Description”Pixel aspect ratio, used in ruler visualization if the units are pixels.
Range: 0.1 to 10.
Number (double)
Artboard.showCenter
Section titled “Artboard.showCenter”artboard.showCenter
Description
Section titled “Description”Show center mark.
Boolean
Artboard.showCrossHairs
Section titled “Artboard.showCrossHairs”artboard.showCrossHairs
Description
Section titled “Description”Show cross hairs.
Boolean
Artboard.showSafeAreas
Section titled “Artboard.showSafeAreas”artboard.showSafeAreas
Description
Section titled “Description”Show title and action safe areas (for video).
Boolean
Artboard.typename
Section titled “Artboard.typename”artboard.typename
Description
Section titled “Description”Read-only. The class name of this object.
String
Methods
Section titled “Methods”Artboard.remove()
Section titled “Artboard.remove()”artboard.remove()
Description
Section titled “Description”Deletes this artboard object. You cannot remove the last artboard in a document.
Returns
Section titled “Returns”Nothing.