Jpeg2000ImageData.Draw

Overloads

Draw(DocumentWriter)Draws the JPEG2000 image data to the given DocumentWriter object.
Draw(OperatorWriter, Single, Single, Single, Single)Draws the image data to the given PageWriter object.

Draw(DocumentWriter)

Draws the JPEG2000 image data to the given DocumentWriter object.

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

Parameters

writer
DocumentWriter

DocumentWriter object to receive the JPEG2000 image data's output.

Licensing Info

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

Draw(OperatorWriter, Single, Single, Single, Single)

Draws the image data to the given PageWriter object.

public void Draw(OperatorWriter writer, float pdfX, float pdfY, float width, float height)
Sub Draw(writer As OperatorWriter, pdfX As Single, pdfY As Single, width As Single, height As Single)

Parameters

writer
OperatorWriter

PageWriter class to receive the image data's output.

pdfX
Single

X PDF coordinate for the image when drawn.

pdfY
Single

Y PDF Coordinate for the image when drawn.

width
Single

Width of the image when drawn.

height
Single

Height of the image when drawn.

Licensing Info

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

See Also

Jpeg2000ImageData
ceTe.DynamicPDF.Imaging

In this topic