XmpMetaParser Public class
Description
This class replaces the ...
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.xmp.impl iTextSharp.xmp.impl.XmpMetaParser[[XmpMetaParser]] end
Members
Methods
Public Static methods
|
Returns |
Name |
|---|---|
|
|
(
options)
|
Details
Summary
This class replaces the
ExpatAdapter.cpp
Methods
Parse
Source code
public static IXmpMeta Parse(object input, ParseOptions options)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
input |
the input can be an ... |
|
|
options |
the parse options |
Summary
Parses the input source into an XMP metadata object, including de-aliasing and normalisation.
Returns
Returns the resulting XMP metadata object
Exceptions
|
Name |
Description |
|---|---|
|
XmpException |
Thrown if parsing or normalisation fails. |
Generated with ModularDoc