Enumerates types of the xmp structure.

Namespace: Spire.Pdf.Xmp
Assembly: 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

MemberValueDescription
Dimensions0
A structure containing dimensions for a drawn object.
Font1
A structure containing the characteristics of a font used in a document.
Colorant2
A structure containing the characteristics of a Coloring (swatch) used in a document.
Thumbnail3
A thumbnail image for a file.
Job4
Job structure.

See Also