Represents an indirect reference to a PdfObject.
More...
|
| virtual object | Copy () |
| | Implements the copy mechanism. Must be overridden in derived classes. More...
|
| |
Represents an indirect reference to a PdfObject.
◆ PdfReference() [1/2]
| PdfSharp.Pdf.Advanced.PdfReference.PdfReference |
( |
PdfObject |
pdfObject | ) |
|
Initializes a new PdfReference instance for the specified indirect object.
◆ PdfReference() [2/2]
| PdfSharp.Pdf.Advanced.PdfReference.PdfReference |
( |
PdfObjectID |
objectID, |
|
|
int |
position |
|
) |
| |
Initializes a new PdfReference instance from the specified object identifier and file position.
◆ ToString()
| override string PdfSharp.Pdf.Advanced.PdfReference.ToString |
( |
| ) |
|
Gets a string representing the object identifier.
◆ Document
| PdfDocument PdfSharp.Pdf.Advanced.PdfReference.Document |
|
getset |
Gets or sets the document this object belongs to.
◆ GenerationNumber
| int PdfSharp.Pdf.Advanced.PdfReference.GenerationNumber |
|
get |
Gets the generation number of the object identifier.
◆ ObjectID
| PdfObjectID PdfSharp.Pdf.Advanced.PdfReference.ObjectID |
|
getset |
Gets or sets the object identifier.
◆ ObjectNumber
| int PdfSharp.Pdf.Advanced.PdfReference.ObjectNumber |
|
get |
Gets the object number of the object identifier.
◆ Position
| int PdfSharp.Pdf.Advanced.PdfReference.Position |
|
getset |
Gets or sets the file position of the related PdfObject.
◆ Value
| PdfObject PdfSharp.Pdf.Advanced.PdfReference.Value |
|
getset |
The documentation for this class was generated from the following file: