SimpleNamedDestination Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.SimpleNamedDestination[[SimpleNamedDestination]] end subgraph iTextSharp.text.xml.simpleparser iTextSharp.text.xml.simpleparser.ISimpleXMLDocHandler[[ISimpleXMLDocHandler]] class iTextSharp.text.xml.simpleparser.ISimpleXMLDocHandler interfaceStyle; end iTextSharp.text.xml.simpleparser.ISimpleXMLDocHandler --> iTextSharp.text.pdf.SimpleNamedDestination
Members
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
(
reader, |
|
|
( |
|
|
(
writer) |
|
|
(
writer) |
|
|
( |
Internal Static methods
|
Returns |
Name |
|---|---|
|
|
(
writer) |
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
( |
|
|
() |
|
|
( |
|
|
( |
Details
Inheritance
Methods
GetNamedDestination
Source code
public static Dictionary<string, string> GetNamedDestination(PdfReader reader, bool fromNames)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
reader |
|
|
|
fromNames |
ExportToXML [1/2]
Source code
public static void ExportToXML(Dictionary<string, string> names, Stream outp, string encoding, bool onlyASCII)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
names |
|
|
|
outp |
|
|
|
encoding |
|
|
|
onlyASCII |
ExportToXML [2/2]
Source code
public static void ExportToXML(Dictionary<string, string> names, TextWriter wrt, string encoding, bool onlyASCII)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
names |
|
|
|
wrt |
|
|
|
encoding |
|
|
|
onlyASCII |
ImportFromXML [1/2]
Source code
public static Dictionary<string, string> ImportFromXML(Stream inp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
inp |
ImportFromXML [2/2]
Source code
public static Dictionary<string, string> ImportFromXML(TextReader inp)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
inp |
CreateDestinationArray
Source code
internal static PdfArray CreateDestinationArray(string value, PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
value |
|
|
|
writer |
OutputNamedDestinationAsNames
Source code
public static PdfDictionary OutputNamedDestinationAsNames(Dictionary<string, string> names, PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
names |
|
|
|
writer |
OutputNamedDestinationAsStrings
Source code
public static PdfDictionary OutputNamedDestinationAsStrings(Dictionary<string, string> names, PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
names |
|
|
|
writer |
EscapeBinaryString
Source code
public static string EscapeBinaryString(string s)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
UnEscapeBinaryString
Source code
public static string UnEscapeBinaryString(string s)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
EndDocument
Source code
public virtual void EndDocument()
EndElement
Source code
public virtual void EndElement(string tag)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
StartDocument
Source code
public virtual void StartDocument()
StartElement
Source code
public virtual void StartElement(string tag, IDictionary<string, string> h)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
tag |
|
|
|
h |
Text
Source code
public virtual void Text(string str)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
str |
Generated with ModularDoc