PrintDocument for WinForms
DocumentInfoFields 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : DocumentInfoFields 列挙体
Enumerates the fields stored by the DocumentInfo class.
シンタックス
'宣言
 
Public Enum DocumentInfoFields 
   Inherits System.Enum
'使用法
 
Dim instance As DocumentInfoFields
public enum DocumentInfoFields : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.C1Preview 名前空間