XmpSerializerRdf Public class
Description
Serializes the ...
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.xmp.impl iTextSharp.xmp.impl.XmpSerializerRdf[[XmpSerializerRdf]] end
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
xmp,
options)
|
Protected internal methods
|
Returns |
Name |
|---|---|
|
|
()
|
Details
Summary
Serializes the
XMPMeta
-object using the standard RDF serialization format. The output is written to an
OutputStream
according to the
SerializeOptions
Constructors
XmpSerializerRdf
Source code
public XmpSerializerRdf()
Methods
Serialize
Source code
public virtual void Serialize(IXmpMeta xmp, Stream out, SerializeOptions options)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
xmp |
the metadata object to be serialized |
|
|
out |
outputStream the output stream to Serialize to |
|
|
options |
the serialization options |
Summary
The actual serialization.
Exceptions
|
Name |
Description |
|---|---|
|
XmpException |
If case of wrong options or any other serialization error. |
CheckOptionsConsistence
Source code
protected internal virtual void CheckOptionsConsistence()
Summary
Checks if the supplied options are consistent.
Exceptions
|
Name |
Description |
|---|---|
|
XmpException |
Thrown if options are conflicting |
Generated with ModularDoc