Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayHolderExt Class / GetBool Method / GetBool(IPdfArrayHolder,Int32,Boolean) Method
The current PDF array holder.
The index of the item to return.
The default value.

In This Topic
    GetBool(IPdfArrayHolder,Int32,Boolean) Method
    In This Topic
    Gets the Boolean value at the specified index.

    Returns defValue if the value cannot be converted to a Boolean.

    Syntax
    'Declaration
     
    Public Overloads Shared Function GetBool( _
       ByVal pah As IPdfArrayHolder, _
       ByVal index As System.Integer, _
       ByVal defValue As System.Boolean _
    ) As System.Boolean
    public static System.bool GetBool( 
       IPdfArrayHolder pah,
       System.int index,
       System.bool defValue
    )

    Parameters

    pah
    The current PDF array holder.
    index
    The index of the item to return.
    defValue
    The default value.

    Return Value

    The value at the specified index.
    See Also