SetTransparency
Vector graphics, Text, Page layout
Description
Sets the transparency for all subsequently drawn text and graphics.
Syntax
Delphi
function TQuickPDF0813.SetTransparency(Transparency: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetTransparency(Transparency As Long) As Long
DLL
int QuickPDFSetTransparency(int InstanceID, int Transparency)
Parameters
| Transparency |
The amount of transparency to apply 0 = No transparency 50 = 50% transparency 100 = Invisible |
Return values
| 0 | The transparency specified was out of range |
| 1 | The transparency was set successfully |