Class
Options which may be supplied when saving a document as an FXG file.
FXGSaveOptions
Class
Property | Type | Access | Description |
---|---|---|---|
artboardRange | string | r/w | 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 |
r/w | The policy used by FXG to expand blends. (default: BlendsExpandPolicy.AUTOMATICALLYCONVERTBLENDS) |
downsampleLinkedImages | bool | r/w | Choose to downsample the linked images(72ppi) (default: false) |
filtersPolicy | FiltersPreservePolicy: FiltersPreservePolicy.EXPANDFILTERS FiltersPreservePolicy.RASTERIZEFILTERS FiltersPreservePolicy.KEEPFILTERSEDITABLE |
r/w | The policy used by FXG to preserve filters. (default: FiltersPreservePolicy.KEEPFILTERSEDITABLE) |
gradientsPolicy | GradientsPreservePolicy: GradientsPreservePolicy.KEEPGRADIENTSEDITABLE GradientsPreservePolicy.AUTOMATICALLYCONVERTGRADIENTS |
r/w | The policy used by FXG to preserve gradients. (default: GradientsPreservePolicy.AUTOMATICALLYCONVERTGRADIENTS) |
includeMetadata | bool | r/w | Choose to include metadata (XMP) (default: false) |
includeUnusedSymbols | bool | r/w | Choose to include unused symbols. (default: false) |
preserveEditingCapabilities | bool | r/w | Choose to preserve the editing capabilities of FXG. (default: true) |
saveMultipleArtboards | bool | r/w | All the artboards or range of the artboards will be saved. (default: false) |
textPolicy | TextPreservePolicy: TextPreservePolicy.OUTLINETEXT TextPreservePolicy.RASTERIZETEXT TextPreservePolicy.KEEPTEXTEDITABLE TextPreservePolicy.AUTOMATICALLYCONVERTTEXT |
r/w | The policy used by FXG to preserve text. (default: TextPreservePolicy.AUTOMATICALLYCONVERTTEXT) |
version | FXGVersion: FXGVersion.VERSION1PT0 FXGVersion.VERSION2PT0 |
r/w | The version of the FXG file format to create. (default: FXGVersion.VERSION2PT0) |
Jongware, 25-Nov-2012 v3.0.3i | Contents :: Index |