XmpPdfAExtensionCategoryType

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

public final class XmpPdfAExtensionCategoryType extends System.Enum

Property category: internal or external.

Fields

FieldDescription
InternalInternal properties are created automatically from document content.
ExternalExternal properties are based on user input.

Internal

public static final int Internal

Internal properties are created automatically from document content.

External

public static final int External

External properties are based on user input.