NewInternalPrinterObject
Rendering and printing
Description
Creates a new internal printer object for use by subsequent printing operations.
Syntax
Delphi
function TPDFlib.NewInternalPrinterObject(Options: Integer): Integer;ActiveX
Function PDFlib::NewInternalPrinterObject(Options As Long) As LongDLL
int DLNewInternalPrinterObject(int InstanceID, int Options);Parameters
| Options | Must be set to 0 |
|---|
Return values
| 0 | The options parameter was not zero or the new internal printer object could not be created |
|---|---|
| 1 | Success |