'Declaration Public Property DocumentInfo As DocumentInfo
public DocumentInfo DocumentInfo {get; set;}
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.
'Declaration Public Property DocumentInfo As DocumentInfo
public DocumentInfo DocumentInfo {get; set;}