C# 클래스 iTextSharp.text.pdf.fonts.cmaps.CMapSequence

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
len int
off int
seq byte[]

공개 메소드들

메소드 설명
CMapSequence ( ) : System
CMapSequence ( byte seq, int off, int len ) : System

메소드 상세

CMapSequence() 공개 메소드

public CMapSequence ( ) : System
리턴 System

CMapSequence() 공개 메소드

public CMapSequence ( byte seq, int off, int len ) : System
seq byte
off int
len int
리턴 System

프로퍼티 상세

len 공개적으로 프로퍼티

public int len
리턴 int

off 공개적으로 프로퍼티

public int off
리턴 int

seq 공개적으로 프로퍼티

public byte[] seq
리턴 byte[]