Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfDictHolderExt Class / GetArray Method

In This Topic
    GetArray Method
    In This Topic
    Gets the IPdfArrayHolder object associated with the specified key.

    Throws an exception if the value does not exist or cannot be converted to IPdfArrayHolder.

    Overload List
    OverloadDescription
    Gets the IPdfArrayHolder object associated with the specified key.

    Throws an exception if the value does not exist or cannot be converted to IPdfArrayHolder.

     
    Gets the IPdfArrayHolder object associated with the specified key.

    Gets defValue if the value does not exist or cannot be converted to IPdfArrayHolder.

    Adds a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value exists but cannot be converted to IPdfArrayHolder.  
    See Also