Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / AbsentImageCodecException Class / AbsentImageCodecException Constructor
The content type of Image.

In This Topic
    AbsentImageCodecException Constructor
    In This Topic
    Initializes a new instance of the AbsentImageCodecException class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal contentType As System.String _
    )
    public AbsentImageCodecException( 
       System.string contentType
    )

    Parameters

    contentType
    The content type of Image.
    See Also