|
FaxBaudRate Enumeration |
The Fax transfer rate (in Baud) of the last page.
Namespace:
VoiceElements.Client
Assembly:
VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax Public Enumeration FaxBaudRate
public enum class FaxBaudRate
Members
| Member name | Value | Description |
---|
| MaximumBaud | 65535 |
DF_MAXBAUD -> 0xFFFF
|
| Baud_14400 | 14400 |
DF_14400BAUD -> 14400
|
| Baud_12200 | 12200 |
DF_12200BAUD -> 12200
|
| Baud_9600 | 9600 |
DF_9600BAUD -> 9600
|
| Baud_7200 | 7200 |
DF_7200BAUD -> 7200
|
| Baud_4800 | 4800 |
DF_4800BAUD -> 4800
|
| Baud_2400 | 2400 |
DF_2400BAUD -> 2400
|
Remarks Documentation In Development
We are constantly adding features and new capabilities to
The Voice Elements Platform. Therefore, our documentation of individual methods, properties and other elements
is constantly being developed and improved. If you would like to know more about this element, please help us perfect our documentation and help you develop your application by doing one or more of the following:
Thank you for your continued support of Voice Elements.
See Also