Documents for PDF, .NET Edition Documentation
DocumentInfo Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > GcPdfDocument Class : DocumentInfo Property
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 if the loaded document does not have a document info object.

Syntax
'Declaration
 
Public Property DocumentInfo As DocumentInfo
public DocumentInfo DocumentInfo {get; set;}
See Also

Reference

GcPdfDocument Class
GcPdfDocument Members