FXGSaveOptions

Options which may be supplied when saving a document as an FXG file.

Constants/Events

Name

Type

Access

Description

artboardRange

String

readonly

If SaveMultipleArtboards is true,this will be considered for multi-asset extraction which specifies artboard range.Empty string will extracts all the artboards.Default is empty string.

blendsPolicy

BlendsExpandPolicy

BlendsExpandPolicy.AUTOMATICALLYCONVERTBLENDS

BlendsExpandPolicy.RASTERIZEBLENDS

readonly

The policy used by FXG to expand blends.

downsampleLinkedImages

Boolean

readonly

Choose to downsample the linked images(72ppi)

filtersPolicy

FiltersPreservePolicy

FiltersPreservePolicy.EXPANDFILTERS

FiltersPreservePolicy.KEEPFILTERSEDITABLE

FiltersPreservePolicy.RASTERIZEFILTERS

readonly

The policy used by FXG to preserve filters.

gradientsPolicy

GradientsPreservePolicy

GradientsPreservePolicy.AUTOMATICALLYCONVERTGRADIENTS

GradientsPreservePolicy.KEEPGRADIENTSEDITABLE

readonly

The policy used by FXG to preserve gradients.

includeMetadata

Boolean

readonly

Choose to include metadata (XMP)

includeUnusedSymbols

Boolean

readonly

Choose to include unused symbols.

preserveEditingCapabilities

Boolean

readonly

Choose to preserve the editing capabilities of FXG.

saveMultipleArtboards

Boolean

readonly

All the artboards or range of the artboards will be saved.

textPolicy

TextPreservePolicy

TextPreservePolicy.AUTOMATICALLYCONVERTTEXT

TextPreservePolicy.KEEPTEXTEDITABLE

TextPreservePolicy.OUTLINETEXT

TextPreservePolicy.RASTERIZETEXT

readonly

The policy used by FXG to preserve text.

version

FXGVersion

FXGVersion.VERSION1PT0

FXGVersion.VERSION2PT0

readonly

The version of the FXG file format to create.