Package | com.adobe.illustrator |
Class | public class PaperInfo |
Inheritance | PaperInfo ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
customPaper : Boolean
Is it a custom paper?
| PaperInfo | ||
height : Number
the paper's height (in points)
| PaperInfo | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
imageableArea : Array
the imageable area
| PaperInfo | ||
![]() | parent : * [read-only] | IllustratorHostObject | |
width : Number
the paper's width (in points)
| PaperInfo |
customPaper | property |
customPaper:Boolean
Since : | CS5 |
Is it a custom paper?
public function get customPaper():Boolean
public function set customPaper(value:Boolean):void
height | property |
height:Number
Since : | CS5 |
the paper's height (in points)
public function get height():Number
public function set height(value:Number):void
imageableArea | property |
imageableArea:Array
Since : | CS5 |
the imageable area
public function get imageableArea():Array
public function set imageableArea(value:Array):void
width | property |
width:Number
Since : | CS5 |
the paper's width (in points)
public function get width():Number
public function set width(value:Number):void