PdfMetadata Class
Definition
Document metadata.
public class PdfMetadata
Constructors
| Name | Description |
|---|---|
| PdfMetadata | No summary available. |
PdfMetadata Constructor
public PdfMetadata()
Properties
| Name | Description |
|---|---|
| Author | No summary available. |
| CreationDate | No summary available. |
| Creator | No summary available. |
| Keywords | No summary available. |
| ModificationDate | No summary available. |
| Producer | No summary available. |
| Subject | No summary available. |
| Title | No summary available. |
Author Property
public string Author { get; set; }
CreationDate Property
public Nullable<DateTime> CreationDate { get; set; }
Creator Property
public string Creator { get; set; }
Keywords Property
public string Keywords { get; set; }
ModificationDate Property
public Nullable<DateTime> ModificationDate { get; set; }
Producer Property
public string Producer { get; set; }
Subject Property
public string Subject { get; set; }
Title Property
public string Title { get; set; }