XmpNormalizer Public class
Description
@since Aug 18, 2006
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.xmp.impl iTextSharp.xmp.impl.XmpNormalizer[[XmpNormalizer]] end
Members
Methods
Internal Static methods
|
Returns |
Name |
|---|---|
|
|
(
xmp,
options)
|
Details
Summary
@since Aug 18, 2006
Methods
Process
Source code
internal static IXmpMeta Process(XmpMetaImpl xmp, ParseOptions options)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xmp |
the raw metadata object |
|
|
options |
the parsing options |
Summary
Normalizes a raw parsed XMPMeta-Object
Returns
Returns the normalized metadata object
Exceptions
|
Name |
Description |
|---|---|
|
XmpException |
Collects all severe processing errors. |
Generated with ModularDoc