|
string | Title [get, set] |
| Gets or sets the document's title. More...
|
|
string | Author [get, set] |
| Gets or sets the name of the person who created the document. More...
|
|
string | Subject [get, set] |
| Gets or sets the name of the subject of the document. More...
|
|
string | Keywords [get, set] |
| Gets or sets keywords associated with the document. More...
|
|
string | Creator [get, set] |
| Gets or sets the name of the application (for example, MigraDoc) that created the document. More...
|
|
string | Producer [get] |
| Gets the producer application (for example, PDFsharp). More...
|
|
DateTime | CreationDate [get, set] |
| Gets or sets the creation date of the document. More...
|
|
DateTime | ModificationDate [get, set] |
| Gets or sets the modification date of the document. More...
|
|
DictionaryElements | Elements [get] |
| Gets the hashtable containing the elements of this dictionary. More...
|
|
PdfStream | Stream [get, set] |
| Gets or sets the PDF stream belonging to this dictionary. Returns null if the dictionary has no stream. To create the stream, call the CreateStream function. More...
|
|
virtual PdfDocument | Owner [get] |
| Gets the PdfDocument this object belongs to. More...
|
|
bool | IsIndirect [get] |
| Indicates whether the object is an indirect object. More...
|
|
PdfObjectInternals | Internals [get] |
| Gets the PdfInternals object of this document, that grants access to some internal structures which are not part of the public interface of PdfDocument. More...
|
|
PdfReference | Reference [get, set] |
| Gets the indirect reference of this object. If the value is null, this object is a direct object. More...
|
|
|
| PdfDictionary (PdfDictionary dict) |
| Initializes a new instance from an existing dictionary. Used for object type transformation. More...
|
|
override object | Copy () |
| This function is useful for importing objects from external documents. The returned object is not yet complete. irefs refer to external objects and directed objects are cloned but their document property is null. A cloned dictionary or array needs a 'fix-up' to be a valid object. More...
|
|
| PdfObject () |
| Initializes a new instance of the PdfObject class. More...
|
|
| PdfObject (PdfDocument document) |
| Initializes a new instance of the PdfObject class. More...
|
|
| PdfObject (PdfObject obj) |
| Initializes a new instance from an existing object. Used for object type transformation. More...
|
|
override object | Copy () |
| Implements the copy mechanism. Must be overridden in derived classes. More...
|
|
DictionaryElements | elements |
| The elements of the dictionary. More...
|
|
Represents the PDF document information dictionary.