[]
Gets or sets a DocumentInfo object that contains information about this document (author, title, etc).
Note: this property is not null by default (when a GcPdfDocument is created) but it can become null after a call to Load(Stream, string) if the loaded document does not have a document info object.
public DocumentInfo DocumentInfo { get; set; }
Public Property DocumentInfo As DocumentInfo