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

In This Topic
    TryGetStringArray Method (IPdfDictHolderExt)
    In This Topic
    Tries to get the array of PdfString objects associated with the specified key (in a PDF a PdfString array should be represented as a PDF array containing PDF strings). Optionally converts a single PDF string to an array.

    Adds a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value exists but cannot be converted to an array.

    Overload List
    OverloadDescription
    Tries to get the array of PdfString objects associated with the specified key (in a PDF a PdfString array should be represented as a PDF array containing PDF strings). Optionally converts a single PDF string to an array.

    Adds a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value exists but cannot be converted to an array.

     
    Tries to get the array of PDF strings associated with the specified key, converting all PDF strings to System.String objects. Optionally converts a single PDF string to a string array.

    Adds a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value exists but cannot be converted to an array.

     
    See Also