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

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

보호된 프로퍼티들

프로퍼티 타입 설명
children List
parent PdfLayer
refi PdfIndirectReference
title String

Private Properties

프로퍼티 타입 설명
PdfLayer System

공개 메소드들

메소드 설명
AddChild ( PdfLayer child ) : void
CreateTitle ( String title, PdfWriter writer ) : PdfLayer
PdfLayer ( String name, PdfWriter writer ) : System
SetCreatorInfo ( String creator, String subtype ) : void
SetLanguage ( String lang, bool preferred ) : void
SetPrint ( String subtype, bool printstate ) : void
SetUser ( String type, String names ) : void
SetZoom ( float min, float max ) : void

비공개 메소드들

메소드 설명
PdfLayer ( String title ) : System

메소드 상세

AddChild() 공개 메소드

public AddChild ( PdfLayer child ) : void
child PdfLayer
리턴 void

CreateTitle() 공개 정적인 메소드

public static CreateTitle ( String title, PdfWriter writer ) : PdfLayer
title String
writer PdfWriter
리턴 PdfLayer

PdfLayer() 공개 메소드

public PdfLayer ( String name, PdfWriter writer ) : System
name String
writer PdfWriter
리턴 System

SetCreatorInfo() 공개 메소드

public SetCreatorInfo ( String creator, String subtype ) : void
creator String
subtype String
리턴 void

SetLanguage() 공개 메소드

public SetLanguage ( String lang, bool preferred ) : void
lang String
preferred bool
리턴 void

SetPrint() 공개 메소드

public SetPrint ( String subtype, bool printstate ) : void
subtype String
printstate bool
리턴 void

SetUser() 공개 메소드

public SetUser ( String type, String names ) : void
type String
names String
리턴 void

SetZoom() 공개 메소드

public SetZoom ( float min, float max ) : void
min float
max float
리턴 void

프로퍼티 상세

children 보호되어 있는 프로퍼티

protected List children
리턴 List

parent 보호되어 있는 프로퍼티

protected PdfLayer,iTextSharp.text.pdf parent
리턴 PdfLayer

refi 보호되어 있는 프로퍼티

protected PdfIndirectReference,iTextSharp.text.pdf refi
리턴 PdfIndirectReference

title 보호되어 있는 프로퍼티

protected String title
리턴 String