SetGDIPlusOptions
Description
Sets various options for the renderer when the GDI+ library is used.
Syntax
Delphi
function TQuickPDF0813.SetGDIPlusOptions(OptionID, NewValue: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::SetGDIPlusOptions(OptionID As Long,
NewValue As Long) As Long
DLL
int QuickPDFSetGDIPlusOptions(int InstanceID, int OptionID, int NewValue)
Parameters
| OptionID |
0 = Use of GDI+ 1 = Text/vector graphics smoothing 2 = Interpolation 3 = Image smoothing |
| NewValue |
For use of GDI+: 0 = Do not use GDI+ 1 = Use GDI+ (default) For text/vector graphics smoothing: 0 = No smoothing 1 = Smooth text and vector graphics (default) For interpolation: 0 = Standard 1 = Accurate (default) For images: 0 = No smoothing (default) 1 = Smoothing |