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
Field | Description |
---|---|
SingleSmartObject | The exported layers are wrapped in a single SmartObject. |
SeparateLayers | The 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.