THotPDF.AddImageWithTransparency Method

Resumen del método: THotPDF.AddImageWithTransparency Method

Declaración

function AddImageWithTransparency(Width, Height: Integer; const RGB: array of byte; const Alpha: array of byte): Integer;

Unidad

HPDFDoc

Parámetros

NombrePropósito
WidthImage width in pixels
HeightImage height in pixels
RGBRGB byte array containing three bytes per pixel
AlphaAlpha byte array containing one byte per pixel

Valor de retorno

Image resource index for the transparent image

Notas de uso

APIs relacionadas