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
Methods
Public Static methods
Public methods
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
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
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