Enumerates the fields stored by the DocumentInfo class.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[FlagsAttribute] public enum DocumentInfoFields |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration DocumentInfoFields |
Members
Member name | Description | |
---|---|---|
None | No fields. | |
Title | The title of the document. | |
Author | The author of the document. | |
Operator | The person who last made changes to the document. | |
Manager | The manager of the author. | |
Company | The company of the author. | |
Subject | The subject of the document. | |
Comment | The document comments. | |
CreationTime | The date and time when the document was created. | |
RevisionTime | The date and time when the document was last modified. | |
Creator | The application that created the original document. | |
Keywords | The keywords for the document. | |
Producer | The application that created the document. | |
All | All fields. |