XmpMetadata.Pdf Property

Gets the XMP schema for Adobe PDF file properties.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public XmpPdfSchema Pdf { get; }
VB
Public ReadOnly Property Pdf As XmpPdfSchema
	Get

Property Value

Type: XmpPdfSchema
The XMP schema for Adobe PDF file properties.

Remarks

This is a well-known schema. This schema specifies properties used with Adobe PDF files.

This schema defines the same properties as the PdfInfo class.

You can synchronize values setup through this and Info properties using the SyncMetadata(Boolean) method.

See Also