Adobe Illustrator CS5 Type Library JS: TracingOptions

Illustrator CS5

Class

TracingOptions

 Tracing options that guide the tracing process.

QuickLinks

loadFromPreset, storeToPreset

Hierarchy

Object
TracingOptions

Properties

PropertyTypeAccessDescription
cornerAnglenumber r/wCorner angle.
fillsbool r/wTracing with fills. At least one of Fills and Strokes must be on.
ignoreWhitebool r/wControls whether to ignore white fill color.
livePaintOutputbool r/wControls whether result art is LivePaint or classic art.
maxColorsint r/wThe number of colors allowed for automatic palette generation.
maxStrokeWeightnumber r/wMaximum stroke weight (stroke only).
minAreaint r/wMinimum area.
minStrokeLengthnumber r/wMinimum stroke length (stroke only).
outputToSwatchesbool r/wControls whether named colors (swatches) are generated.
palettestring r/wThe color palette used for tracing, empty string indicates automatic palette.
parentObject readonlyThe object's container.
pathFittingnumber r/wPath fitting.
preprocessBlurnumber r/wThe blur amount during preprocessing.
presetstring readonlyThe preset name use. Read-only.
resamplebool r/wThe resampling control.
resampleResolutionnumber r/wThe resampling resolution.
strokesbool r/wTracing with strokes. At least one of Fills and Strokes must be on.
thresholdint (range: 0 - 255) r/wThe threshold value for a black and white tracing.
tracingModeTracingModeType:
TracingModeType.TRACINGMODECOLOR
TracingModeType.TRACINGMODEGRAY
TracingModeType.TRACINGMODEBLACKANDWHITE
r/wThe tracing mode: color, gray, black and white.
typenamestring readonlyThe class name of the object.
viewRasterViewRasterType:
ViewRasterType.TRACINGVIEWRASTERNOIMAGE
ViewRasterType.TRACINGVIEWRASTERORIGINALIMAGE
ViewRasterType.TRACINGVIEWRASTERADJUSTEDIMAGE
ViewRasterType.TRACINGVIEWRASTERTRANSPARENTIMAGE
r/wThe raster visualization mode.
viewVectorViewVectorType:
ViewVectorType.TRACINGVIEWVECTORNOTRACINGRESULT
ViewVectorType.TRACINGVIEWVECTORTRACINGRESULT
ViewVectorType.TRACINGVIEWVECTOROUTLINES
ViewVectorType.TRACINGVIEWVECTOROUTLINESWITHTRACING
r/wThe vector visualization mode.

Methods

Instances

bool loadFromPreset (presetName: string)
Load options from preset.

ParameterTypeDescription
presetNamestringThe name of the preset.

bool storeToPreset (presetName: string)
Store options to a preset. Will overwrite an existing (unlocked) preset if names match.

ParameterTypeDescription
presetNamestringThe name of the preset.

Element of

TracingObject.tracingOptions

Jongware, 27-Jun-2010 v3.0.3dContents :: Index