[]
Represents a standard MCID tag.
public class TagMcid : TagPropsBase
Initializes a new instance of the TagMcid class.
public TagMcid()
Initializes a new instance of the TagMcid class.
public TagMcid(PdfName contentType, int mcid)
contentType
PdfNameThe value of the ContentType property.
mcid
intThe value of the MCID property.
Initializes a new instance of the TagMcid class.
public TagMcid(string contentType, int mcid)
contentType
stringThe value of the ContentType property.
mcid
intThe value of the MCID property.
Gets or sets the type of a structure item that owns the content represented by this MCID tag.
public string ContentType { get; set; }
Gets or sets the ID of this marked content sequence.
public int? MCID { get; set; }