Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictExt Class / Get Method

In This Topic
    Get Method (IPdfDictExt)
    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
    OverloadDescription
    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.  
    Gets the value associated with the specified key, if the value does not exist or cannot be converted to a T returns the defValue. Note! This method returns IPdfRef if T is IPdfRef, otherwise the method resolves the reference and returns *actual* object.  
    See Also