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

In This Topic
    GetInt Method (IPdfDictHolderExt)
    In This Topic
    Gets the integer value associated with the specified key.

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

    Overload List
    OverloadDescription
    Gets the integer value associated with the specified key.

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

     
    Gets the integer value associated with the specified key.

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

    Adds a warning to GrapeCity.Documents.Pdf.GcPdfDocument.ParserLog if the value exists but cannot be converted to an integer.  
    Gets the integer value associated with the specified key.

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

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