XmpWriter.BeginDescription

Overloads

BeginDescription()Writes the RDF description.
BeginDescription(String, String)Writes the RDF description for a given schema.
BeginDescription(String, String, String)Writes the RDF description for a given schema.

BeginDescription()

Writes the RDF description.

public void BeginDescription()
Sub BeginDescription()

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

BeginDescription(String, String)

Writes the RDF description for a given schema.

public void BeginDescription(string urlnamespace, string alias)
Sub BeginDescription(urlnamespace As String, alias As String)

Parameters

urlnamespace
String

The schema namespace URI

alias
String

The preferred schema namespace prefix

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

BeginDescription(String, String, String)

Writes the RDF description for a given schema.

public void BeginDescription(string urlnamespace, string alias, string about)
Sub BeginDescription(urlnamespace As String, alias As String, about As String)

Parameters

urlnamespace
String

The schema namespace URI

alias
String

The preferred schema namespace prefix

about
String

The rdf attribute on the rdf description element is a required attribute that identifies the resource whose metadata this XMP describes. Must follow URI syntax and may be an empty string.

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

XmpWriter
ceTe.DynamicPDF.Xmp

In this topic