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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
|
|
( |
|
|
() |
|
|
( |
Details
Constructors
XmpReader
Source code
public XmpReader(byte[] bytes)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
bytes |
Methods
ReplaceNode
Source code
public virtual bool ReplaceNode(string namespaceURI, string localName, string value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
namespaceURI |
|
|
|
localName |
|
|
|
value |
ReplaceDescriptionAttribute
Source code
public virtual bool ReplaceDescriptionAttribute(string namespaceURI, string localName, string value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
namespaceURI |
|
|
|
localName |
|
|
|
value |
Add
Source code
public virtual bool Add(string parent, string namespaceURI, string localName, string value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
parent |
|
|
|
namespaceURI |
|
|
|
localName |
|
|
|
value |
SetNodeText
Source code
public virtual bool SetNodeText(XmlDocument domDocument, XmlNode n, string value)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
domDocument |
|
|
|
n |
|
|
|
value |
SerializeDoc
Source code
public virtual byte SerializeDoc()
Generated with ModularDoc