Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.MarkedContent Namespace / TagMcid Class / TagMcid Constructor / TagMcid Constructor(String,Int32)
The value of the ContentType property.
The value of the MCID property.

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

    Parameters

    contentType
    The value of the ContentType property.
    mcid
    The value of the MCID property.
    See Also