C# Class iTextSharp.text.pdf.PdfLayer

Inheritance: PdfDictionary, IPdfOCG
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Protected Properties

Свойство Type Description
children List
parent PdfLayer
refi PdfIndirectReference
title String

Private Properties

Свойство Type Description
PdfLayer System

Méthodes publiques

Méthode 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

Méthode Description
PdfLayer ( String title ) : System

Method Details

AddChild() public méthode

public AddChild ( PdfLayer child ) : void
child PdfLayer
Résultat void

CreateTitle() public static méthode

public static CreateTitle ( String title, PdfWriter writer ) : PdfLayer
title String
writer PdfWriter
Résultat PdfLayer

PdfLayer() public méthode

public PdfLayer ( String name, PdfWriter writer ) : System
name String
writer PdfWriter
Résultat System

SetCreatorInfo() public méthode

public SetCreatorInfo ( String creator, String subtype ) : void
creator String
subtype String
Résultat void

SetLanguage() public méthode

public SetLanguage ( String lang, bool preferred ) : void
lang String
preferred bool
Résultat void

SetPrint() public méthode

public SetPrint ( String subtype, bool printstate ) : void
subtype String
printstate bool
Résultat void

SetUser() public méthode

public SetUser ( String type, String names ) : void
type String
names String
Résultat void

SetZoom() public méthode

public SetZoom ( float min, float max ) : void
min float
max float
Résultat void

Property Details

children protected_oe property

protected List children
Résultat List

parent protected_oe property

protected PdfLayer,iTextSharp.text.pdf parent
Résultat PdfLayer

refi protected_oe property

protected PdfIndirectReference,iTextSharp.text.pdf refi
Résultat PdfIndirectReference

title protected_oe property

protected String title
Résultat String