C# Class iTextSharp.text.pdf.parser.MarkedContentInfo

ファイルを表示 Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Public Methods

Method Description
GetMcid ( ) : int
GetTag ( ) : PdfName
HasMcid ( ) : bool
MarkedContentInfo ( PdfName tag, PdfDictionary dictionary ) : System

Method Details

GetMcid() public method

public GetMcid ( ) : int
return int

GetTag() public method

public GetTag ( ) : PdfName
return iTextSharp.text.pdf.PdfName

HasMcid() public method

public HasMcid ( ) : bool
return bool

MarkedContentInfo() public method

public MarkedContentInfo ( PdfName tag, PdfDictionary dictionary ) : System
tag iTextSharp.text.pdf.PdfName
dictionary iTextSharp.text.pdf.PdfDictionary
return System