Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / DocumentInfo Property

In This Topic
    DocumentInfo Property
    In This Topic
    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.

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