SetTransparencyEx

Vector graphics, Text, Page layout

Descrição

Página de referência de SetTransparencyEx. A função pertence a Vector graphics, Text, Page layout e mantém todos os identificadores exatamente como exibidos

Sintaxe

Delphi

Function TPDFlib.SetTransparencyEx(FillTransparency, StrokeTransparency: Integer): Integer;

ActiveX

Function PDFlib::SetTransparencyEx(FillTransparency As Long, StrokeTransparency As Long) As Long

DLL

int DLSetTransparencyEx(int InstanceID, int FillTransparency, int StrokeTransparency);

Valores de retorno

0At least one transparency value was out of range, or transparency is not allowed in the current PDF/A mode
1The transparency values were set successfully

Veja também