Universal Document Converter
Produktüberblick
Download
Kaufen
Anleitungen
Lösungen für Entwickler
Support
Über fCoder Group


      Website durchsuchen
   


      Beliebte
      Formatumwandlungen
Adobe PDF in JPEG
Word-Dokument in PDF
Excel-Tabelle in PDF
Powerpoint in JPEG
Visio-Zeichnung in PDF
AutoCAD-Zeichnung in TIFF
Internetseite in JPEG
Excel in PDF umwandeln
DjVu-Datei in PDF umwandeln
Internetseite in PDF umwandel

      Video-Tutorial
Tutorial abspielen



Startseite>Developer Solutions>Interfaces>IUDC>IUDCPrinter

IUDCPrinter


The interface is designed to provide access to the Universal Document Converter virtual printer. It helps perform general printer configuration and configure all conversion settings.

Properties

String Name
Contains the Universal Document Converter virtual printer name. Read only.

IProfile Profile
Provides access to the IProfile interface which is used to configure the conversion process using the Universal Document Converter virtual printer.

IStatus Status
Provides access to the IStatus interface which is used to obtain information on the status of the Universal Document Converter virtual printer.

Methods

EmptyQueue()
Removes from the print queue all jobs sent to the Universal Document Converter virtual printer. Administrative access is required to call the EmptyQueue method.

Stop()
Stops the printing and conversion of the current document. Its operation is identical to pressing the Cancel button in the Universal Document Converter window.

Examples

Visual Basic 6

Dim objUDC As IUDC Dim itfPrinter As IUDCPrinter Set objUDC = New UDC.APIWrapper Set itfPrinter = objUDC.Printers("Universal Document Converter") Call MsgBox ("Printer name is: " + itfPrinter.Name) Call itfPrinter.Stop Call itfPrinter.EmptyQueue


© 2001-2013 fCoder Group, Inc. Über fCoder Group | Datenschutzrichtlinie | Sitemap