Enumerates types of the xmp structure.
Namespace: Spire.Pdf.XmpAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum XmpStructureType
Public Enumeration XmpStructureType
public enum class XmpStructureType
type XmpStructureType
Members
| Member | Value | Description |
|---|---|---|
| Dimensions | 0 |
A structure containing dimensions for a drawn object.
|
| Font | 1 |
A structure containing the characteristics of a font used in a document.
|
| Colorant | 2 |
A structure containing the characteristics of a Coloring (swatch) used in a document.
|
| Thumbnail | 3 |
A thumbnail image for a file.
|
| Job | 4 |
Job structure.
|