[]
Contains extension methods for the IPdfRef interface, allows working with PdfRef and PdfRefObject in the same way.
public static class IPdfRefExt
| Name | Description |
|---|---|
| Resolve(IPdfRef) | Returns the GrapeCity.Documents.Pdf.Spec.IPdfObject referenced by this IPdfRef, or null if the referenced object cannot be fetched. |
| Resolve<T>(IPdfRef, bool) | Return actual GrapeCity.Documents.Pdf.Spec.IPdfObject referenced by the IPdfRef. |
| TryResolve<T>(IPdfRef, out T, bool) | Tries to return actual GrapeCity.Documents.Pdf.Spec.IPdfObject referenced by the IPdfRef. |
| TryResolve<T>(IPdfRef, out T, out bool, bool) | Tries to resolve the reference and return the GrapeCity.Documents.Pdf.Spec.IPdfObject of the specified type referenced by this IPdfRef. |