Packagecom.adobe.illustrator
Classpublic class PrinterInfo
InheritancePrinterInfo Inheritance IllustratorHostObject Inheritance CSHostObject Inheritance flash.utils.Proxy

Since : CS5

printer information



Public Properties
 PropertyDefined By
  binaryPrintingSupport : Boolean
does the printer support binary printing?
PrinterInfo
  colorSupport : PrinterColorMode
the printer color capability
PrinterInfo
  customPaperSupport : Boolean
does the printer support custom paper size?
PrinterInfo
  customPaperTransverseSupport : Boolean
does the printer support custom paper transverse?
PrinterInfo
  deviceResolution : Number
the printer default resolution
PrinterInfo
 InheritedhostObjectDelegate : HostObject
Getter for the delegate
CSHostObject
  inRIPSeparationSupport : Boolean
does the printer support InRIP color separation?
PrinterInfo
  maxDeviceResolution : Number
the printer maximum device resolution
PrinterInfo
  maxPaperHeight : Number
custom paper's maximum height
PrinterInfo
  maxPaperHeightOffset : Number
custom paper's maximum height offset
PrinterInfo
  maxPaperWidth : Number
custom paper's maximum width
PrinterInfo
  maxPaperWidthOffset : Number
custom paper's maximum width offset
PrinterInfo
  minPaperHeight : Number
custom paper's minimum height
PrinterInfo
  minPaperHeightOffset : Number
custom paper's minimum height offset
PrinterInfo
  minPaperWidth : Number
custom paper's minimum width
PrinterInfo
  minPaperWidthOffset : Number
custom paper's minimum width offset
PrinterInfo
  paperSizes : Object
the list of supported paper sizes
PrinterInfo
 Inheritedparent : *
[read-only]
IllustratorHostObject
  postScriptLevel : PrinterPostScriptLevelEnum
the PostScript level
PrinterInfo
  printerType : PrinterTypeEnum
the printer type
PrinterInfo
Public Methods
 MethodDefined By
 Inherited
filterArgsForHBAPI(args:Array):Array
[static] Function to clean up the argument list and put it into a format that makes sense for HBAPI.
CSHostObject
 Inherited
filterSingleObjectForHBAPI(value:Object):Object
[static]
CSHostObject
 Inherited
getClassObjectForName(className:String):HostObject
[static] This returns a "Class" object, meaning, a HostObject that can be used to make static function calls or get static properties
CSHostObject
 Inherited
getSpecialTranslation(className:String, ho:HostObject, expectedReturnType:Class, ownerName:String):*
[static]
CSHostObject
 Inherited
hostCall(name:String, expectedReturnType:Class, rawargs:Array):*
Encapsulates a function call to the host
CSHostObject
 Inherited
hostCallStatic(className:String, methodName:String, expectedReturnType:Class, rawargs:Array):*
[static] Implements a safe call of a static method on the host
CSHostObject
 Inherited
hostGet(name:String, expectedReturnType:Class):*
Encapsulates a property get to the host
CSHostObject
 Inherited
hostGetIndex(idx:Object, expectedReturnType:Class):*
Encapsulates a indexed get to the host
CSHostObject
 Inherited
hostGetStatic(className:String, propertyName:String, expectedReturnType:Class):*
[static] Implements a safe get of a static property on the host Used by for instance, all the enum implementations.
CSHostObject
 Inherited
hostSet(name:String, rawvalue:*):void
Encapsulates a property set to the host
CSHostObject
 Inherited
hostSetStatic(className:String, propertyName:String, rawvalue:*):*
[static] Implements a safe set of a static property on the host
CSHostObject
 Inherited
isDescendedFrom(clz:Class, ancClass:Class):Boolean
[static] Efficiently determines whether or not one class descends from another in inheritance hierarchy- class relationships are cached by the ClassUtils implementation- (uses org.as3commons lib to quickly discover class hierarchy.
CSHostObject
 Inherited
replaceDefaultArgs(args:Array, defaultArgs:Array):Array
Function to tidy up arguments prior to call.
CSHostObject
 Inherited
wrapReturnedHostObject(rawObject:Object, expectedReturnType:Class, client:CSHostObject, propertyName:String):*
[static] Method used on static/normal get/ hostcalls
CSHostObject
Protected Methods
 MethodDefined By
 Inherited
createWithArgs(args:Array):void
CSHostObject
 Inherited
hostCreate(args:Array):void
CSHostObject
Property Detail
binaryPrintingSupportproperty
binaryPrintingSupport:Boolean

Since : CS5

does the printer support binary printing?


Implementation
    public function get binaryPrintingSupport():Boolean
    public function set binaryPrintingSupport(value:Boolean):void
colorSupportproperty 
colorSupport:PrinterColorMode

Since : CS5

the printer color capability


Implementation
    public function get colorSupport():PrinterColorMode
    public function set colorSupport(value:PrinterColorMode):void
customPaperSupportproperty 
customPaperSupport:Boolean

Since : CS5

does the printer support custom paper size?


Implementation
    public function get customPaperSupport():Boolean
    public function set customPaperSupport(value:Boolean):void
customPaperTransverseSupportproperty 
customPaperTransverseSupport:Boolean

Since : CS5

does the printer support custom paper transverse?


Implementation
    public function get customPaperTransverseSupport():Boolean
    public function set customPaperTransverseSupport(value:Boolean):void
deviceResolutionproperty 
deviceResolution:Number

Since : CS5

the printer default resolution


Implementation
    public function get deviceResolution():Number
    public function set deviceResolution(value:Number):void
inRIPSeparationSupportproperty 
inRIPSeparationSupport:Boolean

Since : CS5

does the printer support InRIP color separation?


Implementation
    public function get inRIPSeparationSupport():Boolean
    public function set inRIPSeparationSupport(value:Boolean):void
maxDeviceResolutionproperty 
maxDeviceResolution:Number

Since : CS5

the printer maximum device resolution


Implementation
    public function get maxDeviceResolution():Number
    public function set maxDeviceResolution(value:Number):void
maxPaperHeightproperty 
maxPaperHeight:Number

Since : CS5

custom paper's maximum height


Implementation
    public function get maxPaperHeight():Number
    public function set maxPaperHeight(value:Number):void
maxPaperHeightOffsetproperty 
maxPaperHeightOffset:Number

Since : CS5

custom paper's maximum height offset


Implementation
    public function get maxPaperHeightOffset():Number
    public function set maxPaperHeightOffset(value:Number):void
maxPaperWidthproperty 
maxPaperWidth:Number

Since : CS5

custom paper's maximum width


Implementation
    public function get maxPaperWidth():Number
    public function set maxPaperWidth(value:Number):void
maxPaperWidthOffsetproperty 
maxPaperWidthOffset:Number

Since : CS5

custom paper's maximum width offset


Implementation
    public function get maxPaperWidthOffset():Number
    public function set maxPaperWidthOffset(value:Number):void
minPaperHeightproperty 
minPaperHeight:Number

Since : CS5

custom paper's minimum height


Implementation
    public function get minPaperHeight():Number
    public function set minPaperHeight(value:Number):void
minPaperHeightOffsetproperty 
minPaperHeightOffset:Number

Since : CS5

custom paper's minimum height offset


Implementation
    public function get minPaperHeightOffset():Number
    public function set minPaperHeightOffset(value:Number):void
minPaperWidthproperty 
minPaperWidth:Number

Since : CS5

custom paper's minimum width


Implementation
    public function get minPaperWidth():Number
    public function set minPaperWidth(value:Number):void
minPaperWidthOffsetproperty 
minPaperWidthOffset:Number

Since : CS5

custom paper's minimum width offset


Implementation
    public function get minPaperWidthOffset():Number
    public function set minPaperWidthOffset(value:Number):void
paperSizesproperty 
paperSizes:Object

Since : CS5

the list of supported paper sizes


Implementation
    public function get paperSizes():Object
    public function set paperSizes(value:Object):void
postScriptLevelproperty 
postScriptLevel:PrinterPostScriptLevelEnum

Since : CS5

the PostScript level


Implementation
    public function get postScriptLevel():PrinterPostScriptLevelEnum
    public function set postScriptLevel(value:PrinterPostScriptLevelEnum):void
printerTypeproperty 
printerType:PrinterTypeEnum

Since : CS5

the printer type


Implementation
    public function get printerType():PrinterTypeEnum
    public function set printerType(value:PrinterTypeEnum):void