Skip to main content
Skip table of contents

SimpleNamedDestination

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
ReturnsName
stringEscapeBinaryString(string s)
voidExportToXML(...)
Dictionary<string, string>GetNamedDestination(PdfReader reader, bool fromNames)
Dictionary<string, string>ImportFromXML(...)
PdfDictionaryOutputNamedDestinationAsNames(Dictionary<string, string> names, PdfWriter writer)
PdfDictionaryOutputNamedDestinationAsStrings(Dictionary<string, string> names, PdfWriter writer)
stringUnEscapeBinaryString(string s)
Internal Static methods
ReturnsName
PdfArrayCreateDestinationArray(string value, PdfWriter writer)
Public methods
ReturnsName
voidEndDocument()
voidEndElement(string tag)
voidStartDocument()
voidStartElement(string tag, IDictionary<string, string> h)
voidText(string str)

Details

Inheritance

Methods

GetNamedDestination

Source code

public static Dictionary<string, string> GetNamedDestination(PdfReader reader, bool fromNames)
Arguments
TypeNameDescription
PdfReaderreader
boolfromNames
ExportToXML [1/2]

Source code

public static void ExportToXML(Dictionary<string, string> names, Stream outp, string encoding, bool onlyASCII)
Arguments
TypeNameDescription
Dictionary<string, string>names
Streamoutp
stringencoding
boolonlyASCII
ExportToXML [2/2]

Source code

public static void ExportToXML(Dictionary<string, string> names, TextWriter wrt, string encoding, bool onlyASCII)
Arguments
TypeNameDescription
Dictionary<string, string>names
TextWriterwrt
stringencoding
boolonlyASCII
ImportFromXML [1/2]

Source code

public static Dictionary<string, string> ImportFromXML(Stream inp)
Arguments
TypeNameDescription
Streaminp
ImportFromXML [2/2]

Source code

public static Dictionary<string, string> ImportFromXML(TextReader inp)
Arguments
TypeNameDescription
TextReaderinp
CreateDestinationArray

Source code

internal static PdfArray CreateDestinationArray(string value, PdfWriter writer)
Arguments
TypeNameDescription
stringvalue
PdfWriterwriter
OutputNamedDestinationAsNames

Source code

public static PdfDictionary OutputNamedDestinationAsNames(Dictionary<string, string> names, PdfWriter writer)
Arguments
TypeNameDescription
Dictionary<string, string>names
PdfWriterwriter
OutputNamedDestinationAsStrings

Source code

public static PdfDictionary OutputNamedDestinationAsStrings(Dictionary<string, string> names, PdfWriter writer)
Arguments
TypeNameDescription
Dictionary<string, string>names
PdfWriterwriter
EscapeBinaryString

Source code

public static string EscapeBinaryString(string s)
Arguments
TypeNameDescription
strings
UnEscapeBinaryString

Source code

public static string UnEscapeBinaryString(string s)
Arguments
TypeNameDescription
strings
EndDocument

Source code

public virtual void EndDocument()
EndElement

Source code

public virtual void EndElement(string tag)
Arguments
TypeNameDescription
stringtag
StartDocument

Source code

public virtual void StartDocument()
StartElement

Source code

public virtual void StartElement(string tag, IDictionary<string, string> h)
Arguments
TypeNameDescription
stringtag
IDictionary<string, string>h
Text

Source code

public virtual void Text(string str)
Arguments
TypeNameDescription
stringstr

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.