ComponentOne FlexReport for WinForms
DocumentInfoFields Enumeration

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace : DocumentInfoFields Enumeration
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.Win.C1Document.DocumentInfoFields

See Also

Reference

C1.Win.C1Document Namespace