PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / DocumentInfoFields Enumeration

In This Topic
    DocumentInfoFields Enumeration
    In This Topic
    Enumerates the fields stored by the DocumentInfo class.
    Syntax
    'Declaration
     
    Public Enum DocumentInfoFields 
       Inherits System.Enum
    public enum DocumentInfoFields : System.Enum 
    Members
    MemberDescription
    AllAll fields.
    AuthorThe author of the document.
    CommentThe document comments.
    CompanyThe company of the author.
    CreationTimeThe date and time when the document was created.
    CreatorThe application that created the original document.
    KeywordsThe keywords for the document.
    ManagerThe manager of the author.
    NoneNo fields.
    OperatorThe person who last made changes to the document.
    ProducerThe application that created the document.
    RevisionTimeThe date and time when the document was last modified.
    SubjectThe subject of the document.
    TitleThe title of the document.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.DocumentInfoFields

    See Also