C# 클래스 iTextSharp.text.pdf.parser.MarkedContentInfo

파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
GetMcid ( ) : int
GetTag ( ) : PdfName
HasMcid ( ) : bool
MarkedContentInfo ( PdfName tag, PdfDictionary dictionary ) : System

메소드 상세

GetMcid() 공개 메소드

public GetMcid ( ) : int
리턴 int

GetTag() 공개 메소드

public GetTag ( ) : PdfName
리턴 iTextSharp.text.pdf.PdfName

HasMcid() 공개 메소드

public HasMcid ( ) : bool
리턴 bool

MarkedContentInfo() 공개 메소드

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