THotPDF.AddImageWithTransparency Method

Povzetek metode: THotPDF.AddImageWithTransparency Method

Deklaracija

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

Unit

HPDFDoc

Parametri

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

Vrnjena vrednost

Image resource index for the transparent image

Opombe o uporabi

Povezani API-ji