Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The FaxDoc object permits a fax client application to transmit fax documents and cover pages, and to retrieve and set information about fax transmissions.
A FaxDoc object is created by a FaxServer object.
A fax client application must create an instance of a FaxServer object before accessing most other objects that begin with Fax. (A fax server connection is not required to access a FaxTiff object.)
C/C++
- Create by calling the IFaxServer::CreateDocument method.
- Supports the IFaxDoc interface.
For more information about creating an instance of a FaxDoc object, and for a list of the object's properties and methods, see IFaxDoc.
Visual Basic
Create by calling the CreateDocument method of the FaxServer object.
For more information about creating a FaxDoc object, and for a list of the properties and methods of the object, see FaxDoc object (Visual Basic).