TryGet Method (IPdfArrayExt)
In This Topic
Tries to get the value at the specified index. 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>(IPdfArray,Int32,T,Boolean,Boolean) | Tries to get the value at the specified index. 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>(IPdfArray,Int32,T,Boolean) | Tries to get the value at the specified index. Note! This method returns IPdfRef if is IPdfRef, otherwise the method resolves the reference and returns *actual* object. |
See Also