C# Class iTextSharp.text.pdf.PdfLayer

Inheritance: PdfDictionary, IPdfOCG
Show file Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Property Type Description
children List
parent PdfLayer
refi PdfIndirectReference
title String

Private Properties

Property Type Description
PdfLayer System

Public Methods

Method Description
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

Private Methods

Method Description
PdfLayer ( String title ) : System

Method Details

AddChild() public method

public AddChild ( PdfLayer child ) : void
child PdfLayer
return void

CreateTitle() public static method

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

PdfLayer() public method

public PdfLayer ( String name, PdfWriter writer ) : System
name String
writer PdfWriter
return System

SetCreatorInfo() public method

public SetCreatorInfo ( String creator, String subtype ) : void
creator String
subtype String
return void

SetLanguage() public method

public SetLanguage ( String lang, bool preferred ) : void
lang String
preferred bool
return void

SetPrint() public method

public SetPrint ( String subtype, bool printstate ) : void
subtype String
printstate bool
return void

SetUser() public method

public SetUser ( String type, String names ) : void
type String
names String
return void

SetZoom() public method

public SetZoom ( float min, float max ) : void
min float
max float
return void

Property Details

children protected property

protected List children
return List

parent protected property

protected PdfLayer,iTextSharp.text.pdf parent
return PdfLayer

refi protected property

protected PdfIndirectReference,iTextSharp.text.pdf refi
return PdfIndirectReference

title protected property

protected String title
return String