Printpostscriptoptions - Adobe 26001360 - Illustrator CS - PC Manual

Scripting guide
Hide thumbs Also See for 26001360 - Illustrator CS - PC:
Table of Contents

Advertisement

428

PrintPostScriptOptions

Specifies the options to be used when printing to a PostScript printer.
Table 5.128 PrintPostScriptOptions — Properties
Property
Application
BinaryPrinting
CompatibleShading
ForceContinuousTone
ImageCompression
NegativePrinting
PostScriptLevel
ShadingResolution
Example 69.1
' PrintPostScriptOptions
'
' Create a new PrintPostScriptOptions object and
' print with several PS levels
'
' Create a new document and add a TextFrame
Dim appRef As New Illustrator.Application
Dim docRef As Illustrator.Document
Dim textRef As Illustrator.TextFrame
Set docRef = appRef.Documents.Add()
Set textRef = docRef.TextFrames.Add()
textRef.Top = 600
textRef.Left = 50
textRef.Contents = "PrintPostScriptOptions object"
' Create a PrintPostScriptOptions object and
' assign it to a PrintOptions object.
R/O
Value type
R/O
Application object
Boolean
Boolean
Boolean
AiPostScriptImageCompressionType enumeration
Boolean
AiPostScriptLevelEnum
Double
12 Aug 03
Visual Basic Reference
What it is
Application that the collection belongs to
If true, print in binary mode;
default: false
If true, use PostScript level 1
compatible gradient and gradient mesh
printing; default: false
If true, force continuous tone;
default: false
The image compression type;
default: ImageCompressionNone
If true, print in negative mode (default:
false)
The PostScript language level (default:
aiLevel2)
The shading resolution (1.0–9600.0;
default: 300.0)

Advertisement

Table of Contents
loading

This manual is also suitable for:

Illustrator cs

Table of Contents