Gets the XMP schema for a set of commonly used properties.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public XmpDublinCoreSchema DublinCore { get; }
VB
Public ReadOnly Property DublinCore As XmpDublinCoreSchema
Get
Property Value
Type:
XmpDublinCoreSchemaThe XMP schema for a set of commonly used properties.
Remarks
This is a well-known schema.
See Also