iText 5

PdfLayer

PdfLayer Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfLayer[[PdfLayer]] iTextSharp.text.pdf.IPdfOCG[[IPdfOCG]] class iTextSharp.text.pdf.IPdfOCG interfaceStyle; iTextSharp.text.pdf.PdfDictionary[[PdfDictionary]] end iTextSharp.text.pdf.IPdfOCG --> iTextSharp.text.pdf.PdfLayer iTextSharp.text.pdf.PdfDictionary --> iTextSharp.text.pdf.PdfLayer

Members

Properties

Internal properties

Type

Name

Methods

string

Title

get

Public properties

Type

Name

Methods

List<

PdfLayer

>

Children

get

bool

Export

set

string

Name

set

bool

On

get, set

bool

OnPanel

get, set

string

PageElement

set

PdfLayer

Parent

get

PdfObject

PdfObject

get

PdfIndirectReference

Ref

get, set

bool

View

set

Methods

Public Static methods

Returns

Name

PdfLayer

CreateTitle

(string title,

PdfWriter

writer)

Public methods

Returns

Name

void

AddChild

(

PdfLayer

child)

void

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)

Details

Inheritance

Constructors

PdfLayer [1/2]

Source code

internal PdfLayer(string title)

Arguments

Type

Name

Description

string

title

PdfLayer [2/2]

Source code

public PdfLayer(string name, PdfWriter writer)

Arguments

Type

Name

Description

string

name

PdfWriter

writer

Methods

CreateTitle

Source code

public static PdfLayer CreateTitle(string title, PdfWriter writer)

Arguments

Type

Name

Description

string

title

PdfWriter

writer

AddChild

Source code

public virtual void AddChild(PdfLayer child)

Arguments

Type

Name

Description

PdfLayer

child

SetCreatorInfo

Source code

public virtual void SetCreatorInfo(string creator, string subtype)

Arguments

Type

Name

Description

string

creator

string

subtype

SetLanguage

Source code

public virtual void SetLanguage(string lang, bool preferred)

Arguments

Type

Name

Description

string

lang

bool

preferred

SetZoom

Source code

public virtual void SetZoom(float min, float max)

Arguments

Type

Name

Description

float

min

float

max

SetPrint

Source code

public virtual void SetPrint(string subtype, bool printstate)

Arguments

Type

Name

Description

string

subtype

bool

printstate

SetUser

Source code

public virtual void SetUser(string type, string[] names)

Arguments

Type

Name

Description

string

type

string``[]

names

Properties

Title

internal string Title { get; }

Parent

public virtual PdfLayer Parent { get; }

Children

public virtual List<PdfLayer> Children { get; }

Ref

public virtual PdfIndirectReference Ref { get; set; }

Name

public virtual string Name { set; }

PdfObject

public virtual PdfObject PdfObject { get; }

On

public virtual bool On { get; set; }

Export

public virtual bool Export { set; }

View

public virtual bool View { set; }

PageElement

public virtual string PageElement { set; }

OnPanel

public virtual bool OnPanel { get; set; }

Generated with ModularDoc