[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.MarkedContent.TagMcid

Class TagMcid

Namespace
GrapeCity.Documents.Pdf.MarkedContent
Assembly
GcDocs.Pdf.dll

Represents a standard MCID tag.

public class TagMcid : TagPropsBase
Inheritance
object
TagMcid
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

TagMcid()

Initializes a new instance of the TagMcid class.

public TagMcid()

TagMcid(PdfName, int)

Initializes a new instance of the TagMcid class.

public TagMcid(PdfName contentType, int mcid)

Parameters

contentType PdfName

The value of the ContentType property.

mcid int

The value of the MCID property.

TagMcid(string, int)

Initializes a new instance of the TagMcid class.

public TagMcid(string contentType, int mcid)

Parameters

contentType string

The value of the ContentType property.

mcid int

The value of the MCID property.

Properties

ContentType

Gets or sets the type of a structure item that owns the content represented by this MCID tag.

public string ContentType { get; set; }

Property Value

string

MCID

Gets or sets the ID of this marked content sequence.

public int? MCID { get; set; }

Property Value

int?