VectorDataCompositionMode

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class VectorDataCompositionMode extends System.Enum

Defines the vector data composition mode that is used on export from vector formats to PSD.

Fields

FieldDescription
SingleSmartObjectThe exported layers are wrapped in a single SmartObject.
SeparateLayersThe content is exported as a separate layers.

SingleSmartObject

public static final int SingleSmartObject

The exported layers are wrapped in a single SmartObject.

SeparateLayers

public static final int SeparateLayers

The content is exported as a separate layers.