Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayHolderExt Class
Methods

In This Topic
    IPdfArrayHolderExt Class Members
    In This Topic

    The following tables list the members exposed by IPdfArrayHolderExt.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts all elements of this PDF array to IPdfDictHolder objects, and copies the converted values to a new array.

    Throws an exception if any value cannot be converted.

     
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets the Boolean value at the specified index.

    Throws an exception if the value cannot be converted to a Boolean.

     
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets the IPdfDictHolder object at the specified index.

    Throws an exception if the value cannot be converted.

     
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets the float value at the specified index.

    Throws an exception if the value cannot be converted to a float.

     
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets the integer value at the specified index.

    Throws an exception if the value cannot be converted to an integer.

     
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets the PDF name at the specified index.

    Throws an exception if the value cannot be converted to a PDF name.

     
    Public Methodstatic (Shared in Visual Basic)Gets the PdfRef at the specified index.

    Throws an exception if the value cannot be converted.

     
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets the PDF string at the specified index.

    Throws an exception if the value cannot be converted to a PdfString.

     
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts all elements of this PDF array to Booleans, and copies the converted values to a new array of Booleans.

    Throws an exception if any value cannot be converted to a Boolean.

     
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts all elements of this PDF array to floats, and copies the converted values to a new array of floats.

    Throws an exception if any value cannot be converted to a float.

     
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts all elements of this PDF array to integers, and copies the converted values to a new array of integers.

    Throws an exception if any value cannot be converted to an integer.

     
    Public Methodstatic (Shared in Visual Basic)Overloaded. Converts all elements of this PDF array to PDF names, and copies the converted values to a new string array.

    Throws an exception if any value cannot be converted to a PDF name.

     
    Public Methodstatic (Shared in Visual Basic)Converts all elements of this PDF array to PdfRefs, and copies the converted values to a new array.

    Throws an exception if any value cannot be converted.

     
    Public Methodstatic (Shared in Visual Basic)Tries to convert all elements of this PDF array to IPdfDictHolder objects, and copies the converted values to a new array.

    If any item cannot be converted, returns null.

     
    Public Methodstatic (Shared in Visual Basic)Overloaded. Tries to get the Boolean value at the specified index, optionally adding a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value cannot be converted to a Boolean.  
    Public Methodstatic (Shared in Visual Basic)Tries to get the IPdfDictHolder object at the specified index, optionally adding a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value cannot be converted.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Tries to get the float value at the specified index, optionally adding a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value cannot be converted to a float.  
    Public Methodstatic (Shared in Visual Basic)Tries to get the array of float values at the specified index.  
    Public Methodstatic (Shared in Visual Basic)Tries to get the integer value at the specified index, optionally adding a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value cannot be converted to an integer.  
    Public Methodstatic (Shared in Visual Basic)Tries to get the PDF name at the specified index, optionally adding a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value cannot be converted to a PDF name.  
    Public Methodstatic (Shared in Visual Basic)Tries to get the array of PDF name at the specified index.  
    Public Methodstatic (Shared in Visual Basic)Tries to get the PdfRef at the specified index, optionally adding a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value cannot be converted.  
    Public Methodstatic (Shared in Visual Basic)Tries to get the PdfStreamObject object at the specified index, optionally adding a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value cannot be converted.  
    Public Methodstatic (Shared in Visual Basic)Tries to get the PDF string at the specified index, optionally adding a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value cannot be converted.  
    Public Methodstatic (Shared in Visual Basic)Tries to get the array of PdfString objects at the specified index.  
    Public Methodstatic (Shared in Visual Basic)Tries to convert all elements of this PDF array to Booleans, and copies the converted values to a new array of Booleans.

    If any item cannot be converted, returns null.

     
    Public Methodstatic (Shared in Visual Basic)Tries to convert all elements of this PDF array to floats, and copies the converted values to a new array of floats.

    If any item cannot be converted, returns null.

     
    Public Methodstatic (Shared in Visual Basic)Tries to convert all elements of this PDF array to integers, and copies the converted values to a new array of integers.

    If any item cannot be converted, returns null.

     
    Public Methodstatic (Shared in Visual Basic)Tries to convert all elements of this PDF array to PDF names, and copies the converted values to a new string array.

    If any item cannot be converted, returns null.

     
    Public Methodstatic (Shared in Visual Basic)Tries to convert all elements of this PDF array to PdfString objects, and copies the converted values to a new array.

    If any item cannot be converted, returns null.

     
    Public Methodstatic (Shared in Visual Basic)Tries to convert all elements of this PDF array to PdfRefs, and copies the converted values to a new array.

    If any item cannot be converted, returns null.

     
    Public Methodstatic (Shared in Visual Basic)Tries to convert all elements of this PDF array to strings, and copies the converted values to a new array.

    If any item cannot be converted, returns null.

     
    Top
    See Also