TiffImageData.Draw

Overloads

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

Draw(DocumentWriter)

Draws the TIFF 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 TIFF 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 TIFF 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 TIFF image data's output.

pdfX
Single

X PDF coordinate for the TIFF image when drawn.

pdfY
Single

Y PDF Coordinate for the TIFF image when drawn.

width
Single

Width of the TIFF image when drawn.

height
Single

Height of the TIFF 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

TiffImageData
ceTe.DynamicPDF.Imaging

In this topic