Class PdfInfo
PDF document info
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Azos.Media.PDF.DocumentModel
Assembly: Azos.Media.dll
Syntax
public class PdfInfo : PdfObject, IPdfObject
Properties
Author
Document's author
Declaration
public string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreationDate
Document's creation date
Declaration
public DateTime CreationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Creator
Document's creator program
Declaration
public string Creator { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Keywords
Document's keywords
Declaration
public string Keywords { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ModificationDate
Document's modification date
Declaration
public DateTime ModificationDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Producer
Document's producer (if it started as another program)
Declaration
public string Producer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Subject
Document's subject
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Document's title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |