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

In This Topic
    GetNameArray Method
    In This Topic
    Gets the array of strings associated with the specified key (in a PDF an array of strings should be represented as a PDF array containing PDF names). Optionally converts a single PDF name to an array.

    Throws an exception if the value does not exist or cannot be converted to an array of strings.

    Overload List
    OverloadDescription
    Gets the array of strings associated with the specified key (in a PDF an array of strings should be represented as a PDF array containing PDF names). Optionally converts a single PDF name to an array.

    Throws an exception if the value does not exist or cannot be converted to an array of strings.

     
    Gets the array of strings associated with the specified key (in a PDF an array of strings should be represented as a PDF array containing PDF names). Optionally converts a single PDF name to an array.

    Returns a default value if the value does not exist or cannot be converted to an array of strings.

     
    See Also