Skip to main content
Skip table of contents

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
ReturnsName
IXmpMetaParse(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

Source code

public static IXmpMeta Parse(object input, ParseOptions options)
Arguments
TypeNameDescription
objectinputthe input can be an ...
ParseOptionsoptionsthe 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
NameDescription
XmpExceptionThrown if parsing or normalisation fails.

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.