Name | Description | |
---|---|---|
![]() | PdfRef Constructor | Initializes a new instance of the PdfRef object. |
The following tables list the members exposed by PdfRef.
Name | Description | |
---|---|---|
![]() | PdfRef Constructor | Initializes a new instance of the PdfRef object. |
Name | Description | |
---|---|---|
![]() | Doc | The GrapeCity.Documents.Pdf.GcPdfDocument that owns the current object. |
![]() | RefID | The ID of the referenced PDF object. |
Name | Description | |
---|---|---|
![]() ![]() | AreRefsSame | Checks whether two PdfRef objects are the same. |
![]() | GetReferencedObj | Gets the referenced PdfObject. If the current PdfRef references a PdfRefObject, all references in the chain are resolved until the actual referenced object is found. |
![]() | GetValue | Returns the referenced value, null indicates that reference can not be resolved. If the value was found, it can be of one of the following types:
|
![]() | TryGetReferencedDict | Tries to get the referenced PDF dictionary, returns false if a value cannot be returned. |
![]() | TryGetReferencedObj | Tries to get the referenced PdfObject. If the current PdfRef references a PdfRefObject, all references in the chain are resolved until the actual referenced object is found. |
![]() | TryGetReferencedStream | Tries to get the referenced PDF stream, returns false if a value cannot be returned. |
![]() | TryGetValue | Tries to get the referenced value, returns false if a value cannot be returned.
In the output value parameter an object of one of the following types can be returned:
|