TryGet Method (IPdfDictExt)
In This Topic
Tries to get the value associated with the specified key, Returns true if value exists and can be converted to a T, resolves a PDF reference if needed. Note! The method does not resolve reference if T is IPdfRef, otherwise the method resolves the reference and returns *actual* object.
Overload List
Overload | Description |
TryGet<T>(IPdfDict,PdfName,T,Boolean,Boolean) | Tries to get the value associated with the specified key, Returns true if value exists and can be converted to a , resolves a PDF reference if needed. Note! The method does not resolve reference if is IPdfRef, otherwise the method resolves the reference and returns *actual* object. |
TryGet<T>(IPdfDict,PdfName,T,Boolean) | Tries to get the value associated with the specified key, if the value does not exist or cannot be converted to a returns false. |
See Also