Table of Contents

Class XMPSerializerRdf

Namespace
iText.Kernel.XMP.Impl
Assembly
itext.kernel.dll

Serializes the

XMPMeta
-object using the standard RDF serialization format.
public class XMPSerializerRdf
Inheritance
XMPSerializerRdf
Inherited Members

Remarks

Serializes the

XMPMeta
-object using the standard RDF serialization format. The output is written to an
OutputStream
according to the
SerializeOptions
.

Constructors

XMPSerializerRdf()

public XMPSerializerRdf()

Methods

CheckOptionsConsistence()

Checks if the supplied options are consistent.

protected virtual void CheckOptionsConsistence()

Serialize(XMPMeta, Stream, SerializeOptions)

The actual serialization.

public virtual void Serialize(XMPMeta xmp, Stream output, SerializeOptions options)

Parameters

xmp XMPMeta

the metadata object to be serialized

output Stream

outputStream the output stream to serialize to

options SerializeOptions

the serialization options