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

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