GifImageData.Draw
Overloads
Draw(DocumentWriter) | Draws the GIF 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 GIF 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 GIF 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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.