XmpMetaParser
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 |
---|---|
IXmpMeta | Parse (object input, ParseOptions options)Parses the input source into an XMP metadata object, including de-aliasing and normalisation. |
Details
Summary
This class replaces the
ExpatAdapter.cpp
Methods
Parse
public static IXmpMeta Parse(object input, ParseOptions options)
Arguments
Type | Name | Description |
---|---|---|
object | input | the input can be an ... |
ParseOptions | 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