Namespace: BitMiracle.Docotic.Pdf
public PdfInfo Info { get; }
Public ReadOnly Property Info As PdfInfo Get
This property provides access to the basic PDF document metadata properties defined by PDF standard.
Please use Metadata property to access larger set of metadata properties defined by XMP standard. You may also add custom metadata properties using Metadata property.
This interface defines the same properties as the XmpPdfSchema class.
You can synchronize values setup through this and Metadata properties using the SyncMetadata(Boolean) method.