Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.MarkedContent Namespace / TagMcid Class / MCID Property

In This Topic
    MCID Property (TagMcid)
    In This Topic
    Gets or sets the ID of this marked content sequence.
    Syntax
    'Declaration
     
    Public Property MCID As System.Nullable(Of Integer)
    public System.Nullable<int> MCID {get; set;}
    See Also