NewInternalPrinterObject
Vykreslování a tisk
Popis
Creates a new internal printer object for use by subsequent printing operations.
Syntaxe
Delphi
Function TPDFlib.NewInternalPrinterObject(Options: Integer): Integer;
ActiveX
Function PDFlib::NewInternalPrinterObject(Options As Long) As Long
DLL
int DLNewInternalPrinterObject(int InstanceID, int Options);
Parametry
| Options | Must be set to 0 |
|---|
Návratové hodnoty
| 0 | Parametr options nebyl nula, nebo se nepodařilo vytvořit nový interní objekt tiskárny |
|---|---|
| 1 | Success |