www.gnostice.com 

DrawJPEGDirect

Top  Previous  Next

[This method is new in Gnostice eDocEngine ActiveX/.NET v2.0]

 

The  DrawJPEGDirect method is used to insert a JPEG image directly into the document. This method is available only for gtPDFEngineX.

 

 

 

Syntax

 

 

[VC++]

void DrawJPEGDirect(long Left, long Top, long Right, long Bottom, long AImagePixelWidth, long AImagePixelHeight, const VARIANT& AStream);

 

[C#]

public abstract new void DrawJPEGDirect ( System.Int32 Left , System.Int32 Top , System.Int32 Right , System.Int32 Bottom , System.Int32 AImagePixelWidth , System.Int32 AImagePixelHeight , System.Object AStream ) 

 

[VB]

Sub DrawJPEGDirect(Left As Long, Top As Long, Right As Long, Bottom As Long, AImagePixelWidth As Long, AImagePixelHeight As Long, AStream))

 

 

 

 

Parameters

 

Left

specifies the left position of the document where the image is to be inserted.

 

Right

specifies the right position of the document where the image is to be inserted.

 

Top

specifies the top position of the document where the image is to be inserted.

 

Bottom

specifies the right position of the document where the image is to be inserted.

 

AImagePixelHeight

specifies the height of the image is to be inserted.