IPdf |
public interface IPdfMetadata : IDisposable
The IPdfMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
| Author | Gets the Author of the document. | |
| CreatedDate | Gets the Created Date of the document. | |
| Creator | Gets the Creator of the document. | |
| HasCollection | Gets whether the document has a collection of files in it (e.g. PDF Portfolio) | |
| HasEditPassword | Gets whether the document has a password to open the file. | |
| HasOpenPassword | Gets whether the document has a password required to modify the document. | |
| IsEncrypted | Gets whether the document is encrypted with a password. | |
| IsValidPdfFile | Gets whether the document is a valid PDF file. | |
| Keywords | Gets the Keywords of the document. | |
| ModifiedDate | Gets the Last Modified Date of the document. | |
| PageCount | Gets the number of pages in the document. | |
| Producer | Gets the Producer of the document. | |
| Subject | Gets the Subject of the document. | |
| Title | Gets the Title of the document. |
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |