The PdfPrintDocument type exposes the following members.
Properties
Name | Description | |
---|---|---|
Bookmarks |
Bookmarks stored in this PdfFile.
| |
DocumentPermissions |
Document permissions for this PDF.
| |
DocumentProperties |
Gets the document properties.
| |
FileContent |
File stream from which this instance originated.
Will be null if originated from file name.
| |
FileName |
File name from which this instance originated.
Will be blank if originated from stream.
| |
FileSize |
File size of PDF document.
| |
Pages |
Pages in this PDF document.
| |
Password |
Password for the PDF document.
Can be empty.
|
See Also