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

In This Topic
    TryGetArray Method (IPdfDictExt)
    In This Topic
    Tries to gets the array of T objects associated with the specified key.
    Overload List
    OverloadDescription
    Tries to gets the array of T objects associated with the specified key.  
    Tries to get the array associated with the specified key, if the value does not exist or cannot be converted to an array of T returns false.  
    See Also