PdfDictionary Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfDictionary[[PdfDictionary]] iTextSharp.text.pdf.PdfObject[[PdfObject]] class iTextSharp.text.pdf.PdfObject abstractStyle; end iTextSharp.text.pdf.PdfObject --> iTextSharp.text.pdf.PdfDictionary
Members
Properties
Public properties
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
type) |
|
|
() |
|
|
(
key) |
|
|
(
key) |
|
|
(
key) |
|
|
(
key) |
|
|
(
key) |
|
|
(
key) |
|
|
(
key) |
|
|
(
key) |
|
|
(
key) |
|
|
(
key) |
|
|
(
key) |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
(
other) |
|
|
(
other) |
|
|
(
key,
value) |
|
|
(
dic) |
|
|
(
key,
value) |
|
|
(
key) |
|
|
(
writer, |
|
|
() |
Details
Inheritance
Constructors
PdfDictionary [1/3]
Source code
public PdfDictionary()
PdfDictionary [2/3]
Source code
public PdfDictionary(PdfName type)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
type |
PdfDictionary [3/3]
Source code
public PdfDictionary(int capacity)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
capacity |
Methods
ToPdf
Source code
public override void ToPdf(PdfWriter writer, Stream os)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
|
|
|
os |
Put
Source code
public virtual void Put(PdfName key, PdfObject value)
Arguments
PutEx
Source code
public virtual void PutEx(PdfName key, PdfObject value)
Arguments
PutAll
Source code
public virtual void PutAll(PdfDictionary dic)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
dic |
Remove
Source code
public virtual void Remove(PdfName key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
Clear
Source code
public virtual void Clear()
Get
Source code
public virtual PdfObject Get(PdfName key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
IsFont
Source code
public virtual bool IsFont()
IsPage
Source code
public virtual bool IsPage()
IsPages
Source code
public virtual bool IsPages()
IsCatalog
Source code
public virtual bool IsCatalog()
IsOutlineTree
Source code
public virtual bool IsOutlineTree()
CheckType
Source code
public virtual bool CheckType(PdfName type)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
type |
Merge
Source code
public virtual void Merge(PdfDictionary other)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
other |
MergeDifferent
Source code
public virtual void MergeDifferent(PdfDictionary other)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
other |
Contains
Source code
public virtual bool Contains(PdfName key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
GetEnumerator
Source code
public virtual Enumerator GetEnumerator()
ToString
Source code
public override string ToString()
GetDirectObject
Source code
public virtual PdfObject GetDirectObject(PdfName key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
GetAsDict
Source code
public virtual PdfDictionary GetAsDict(PdfName key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
GetAsArray
Source code
public virtual PdfArray GetAsArray(PdfName key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
GetAsStream
Source code
public virtual PdfStream GetAsStream(PdfName key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
GetAsString
Source code
public virtual PdfString GetAsString(PdfName key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
GetAsNumber
Source code
public virtual PdfNumber GetAsNumber(PdfName key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
GetAsName
Source code
public virtual PdfName GetAsName(PdfName key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
GetAsBoolean
Source code
public virtual PdfBoolean GetAsBoolean(PdfName key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
GetAsIndirectObject
Source code
public virtual PdfIndirectReference GetAsIndirectObject(PdfName key)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
key |
Properties
Keys
public virtual KeyCollection Keys { get; }
Size
public virtual int Size { get; }
Generated with ModularDoc