XmpWriter.Draw

Overloads

Draw(Boolean)Writes the boolean value to the XMP Packet.
Draw(DateTime)Writes the given date to the XMP Packet in W3C recommended date format.
Draw(DocumentWriter)Draws the XMP contents buffer to the given DocumentWriter object.
Draw(String)Writes the given value to the XMP Packet.

Draw(Boolean)

Writes the boolean value to the XMP Packet.

public void Draw(bool val)
Sub Draw(val As Boolean)

Parameters

val
Boolean

A boolean value to be written.

Licensing Info

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

Draw(DateTime)

Writes the given date to the XMP Packet in W3C recommended date format.

public void Draw(DateTime date)
Sub Draw(date As Date)

Parameters

date
DateTime

A date to be written.

Licensing Info

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

Draw(DocumentWriter)

Draws the XMP contents buffer to the given DocumentWriter object.

public void Draw(DocumentWriter writer)
Sub Draw(writer As DocumentWriter)

Parameters

writer
DocumentWriter

DocumentWriter object to receive the XMP buffer's output.

Licensing Info

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

Draw(String)

Writes the given value to the XMP Packet.

public void Draw(string text)
Sub Draw(text As String)

Parameters

text
String

A text to be written.

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