C# 클래스 iTextSharp.text.pdf.PdfIndirectReference

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

보호된 프로퍼티들

프로퍼티 타입 설명
generation int
number int

공개 메소드들

메소드 설명
ToString ( ) : String

보호된 메소드들

메소드 설명
PdfIndirectReference ( ) : System
PdfIndirectReference ( int type, int number ) : System

비공개 메소드들

메소드 설명
PdfIndirectReference ( int type, int number, int generation ) : System

메소드 상세

PdfIndirectReference() 보호된 메소드

protected PdfIndirectReference ( ) : System
리턴 System

PdfIndirectReference() 보호된 메소드

protected PdfIndirectReference ( int type, int number ) : System
type int
number int
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

프로퍼티 상세

generation 보호되어 있는 프로퍼티

protected int generation
리턴 int

number 보호되어 있는 프로퍼티

protected int number
리턴 int