In This Topic
Gets the value associated with the specified key, if the value does not exist or cannot be converted to a T returns a null reference (Nothing in Visual Basic). Note! This method returns IPdfRef if T is IPdfRef, otherwise the method resolves the reference and returns *actual* object.
Overload List
Overload | Description |
Get<T>(IPdfDict,PdfName,Boolean) | Gets the value associated with the specified key, if the value does not exist or cannot be converted to a returns a null reference (Nothing in Visual Basic). Note! This method returns IPdfRef if is IPdfRef, otherwise the method resolves the reference and returns *actual* object. |
Get<T>(IPdfDict,PdfName,T) | Gets the value associated with the specified key, if the value does not exist or cannot be converted to a returns the . Note! This method returns IPdfRef if is IPdfRef, otherwise the method resolves the reference and returns *actual* object. |
See Also