Table of Contents

Property Pdf

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Pdf

Gets the XMP schema for Adobe PDF file properties.

public XmpPdfSchema Pdf { get; }

Property Value

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(bool) method.