Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Parser Namespace / PdfInvalidDictValueTypeException Class / ExpectedType Property

In This Topic
    ExpectedType Property (PdfInvalidDictValueTypeException)
    In This Topic
    Gets the expected type of value.
    Syntax
    'Declaration
     
    Public ReadOnly Property ExpectedType As System.String
    public System.string ExpectedType {get;}
    See Also