Adobe Illustrator CS6 Type Library JS: TracingOptions

Illustrator CS6

Class

TracingOptions

 Tracing options that guide the tracing process.

QuickLinks

loadFromPreset, storeToPreset

Hierarchy

Object
TracingOptions

Properties

PropertyTypeAccessDescription
colorFidelitynumber r/wColorFidelity when TracingColorTypeValue is TracingFullColor.
colorGroupstring r/wThe color group name used for tracing. Use 'All' or any color group name available in color Palette (library).
cornerFidelitynumber r/wCorner fidelity for tracing.
fillsbool r/wTracing with fills. Fills, Strokes or both must be on.
grayLevelsInt32 (range: 1 - 256) r/wThe gray levels for a grayscale mode tracing..
ignoreWhitebool r/wControls whether to ignore white fill color. Works only if TracingMethod is TracingMethodAbutting and mode is Black and white.
maxStrokeWeightnumber r/wMaximum stroke weight (stroke only).
noiseFidelitynumber r/wSpecifies minimum area of pixels to be vectorized.
palettestring r/wThe color palette (Library) name used for tracing. Use 'Document Library' or any other imported library name.
parentObject readonlyThe object's container.
pathFidelitynumber r/wPath fidelity for tracing.
presetstring readonlyThe name of the preset in use. Read-only.
snapCurveToLinesbool r/wControls whether to snap curve to lines.
strokesbool r/wTracing with strokes. Fills, Strokes or both must be on.
thresholdInt32 (range: 1 - 256) r/wThe threshold value for a black and white mode tracing.
tracingColorTypeValueTracingColorType:
TracingColorType.TRACINGLIMITEDCOLOR
TracingColorType.TRACINGFULLCOLOR
r/wColor Type used for tracing, TracingLimitedColor or TracingFullColor .
tracingColorsInt32 r/wMaximum number of colors allowed for tracing when TracingColorTypeValue is TracingLimitedColor.
tracingMethodTracingMethodType:
TracingMethodType.TRACINGMETHODABUTTING
TracingMethodType.TRACINGMETHODOVERLAPPING
r/wMethod for tracing, either abutting or adjoining paths.
tracingModeTracingModeType:
TracingModeType.TRACINGMODECOLOR
TracingModeType.TRACINGMODEGRAY
TracingModeType.TRACINGMODEBLACKANDWHITE
r/wThe tracing mode: color, gray, black and white.
typenamestring readonlyThe class name of the object.
viewModeViewType:
ViewType.TRACINGVIEWVECTORTRACINGRESULT
ViewType.TRACINGVIEWVECTOROUTLINESWITHTRACING
ViewType.TRACINGVIEWVECTOROUTLINES
ViewType.TRACINGVIEWVECTORWITHTRANSPARENTIMAGE
ViewType.TRACINGVIEWIMAGE
r/wThe 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 kAiVectorizeSuite. Will overwrite an existing (unlocked) preset if names match.

ParameterTypeDescription
presetNamestringThe name of the preset.

Element of

TracingObject.tracingOptions

Jongware, 25-Nov-2012 v3.0.3iContents :: Index