Skip to main content
Skip table of contents

XmpReader

XmpReader Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.xml.xmp
  iTextSharp.text.xml.xmp.XmpReader[[XmpReader]]
  end

Members

Methods

Public methods
ReturnsName
boolAdd(string parent, string namespaceURI, string localName, string value)
boolReplaceDescriptionAttribute(string namespaceURI, string localName, string value)
boolReplaceNode(string namespaceURI, string localName, string value)
byte``[]SerializeDoc()
boolSetNodeText(XmlDocument domDocument, XmlNode n, string value)

Details

Constructors

XmpReader

Source code

public XmpReader(byte[] bytes)
Arguments
TypeNameDescription
byte``[]bytes

Methods

ReplaceNode

Source code

public virtual bool ReplaceNode(string namespaceURI, string localName, string value)
Arguments
TypeNameDescription
stringnamespaceURI
stringlocalName
stringvalue
ReplaceDescriptionAttribute

Source code

public virtual bool ReplaceDescriptionAttribute(string namespaceURI, string localName, string value)
Arguments
TypeNameDescription
stringnamespaceURI
stringlocalName
stringvalue
Add

Source code

public virtual bool Add(string parent, string namespaceURI, string localName, string value)
Arguments
TypeNameDescription
stringparent
stringnamespaceURI
stringlocalName
stringvalue
SetNodeText

Source code

public virtual bool SetNodeText(XmlDocument domDocument, XmlNode n, string value)
Arguments
TypeNameDescription
XmlDocumentdomDocument
XmlNoden
stringvalue
SerializeDoc

Source code

public virtual byte SerializeDoc()

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.