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 |
|---|---|---|
|
|
|
|
Public properties
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
(
writer) |
Public methods
|
Returns |
Name |
|---|---|
|
|
(
child) |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
|
|
( |
Details
Inheritance
Constructors
PdfLayer [1/2]
Source code
internal PdfLayer(string title)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
title |
PdfLayer [2/2]
Source code
public PdfLayer(string name, PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
name |
|
|
|
writer |
Methods
CreateTitle
Source code
public static PdfLayer CreateTitle(string title, PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
title |
|
|
|
writer |
AddChild
Source code
public virtual void AddChild(PdfLayer child)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
child |
SetCreatorInfo
Source code
public virtual void SetCreatorInfo(string creator, string subtype)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
creator |
|
|
|
subtype |
SetLanguage
Source code
public virtual void SetLanguage(string lang, bool preferred)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
lang |
|
|
|
preferred |
SetZoom
Source code
public virtual void SetZoom(float min, float max)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
min |
|
|
|
max |
SetPrint
Source code
public virtual void SetPrint(string subtype, bool printstate)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
subtype |
|
|
|
printstate |
SetUser
Source code
public virtual void SetUser(string type, string[] names)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
type |
|
|
|
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