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.
By default, the library will synchronize values setup through this and Metadata properties before saving document. Please take a look at MetadataSyncMode property for more information about how the library will synchronize the values.