The FaxTransmitOptions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FaxTransmitOptions()()()() |
Constructs an object with all transmission options defaulted.
|
![]() | FaxTransmitOptions(FaxTransmitOptions) |
Protected copy constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Creates a duplicate of this transmit options object by copying all members.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Override of ToString()()()() that prints full fax options information.
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() | DeviceGroup |
Fax port group name used to send Fax.
|
![]() | MaxTransmissionRate |
Maximum BPS rate to use in Fax transmission.
|
![]() | PageHeader |
Included in the header line of each Fax page.
|
![]() | ResendCoverOnRetry |
Boolean that indicates whether the cover page be sent again when re-attempting a failed Fax send operation.
|
![]() | Retries |
Retries before returning error report.
|
![]() | RetryDelay |
Delay between retries (seconds).
|
![]() | StationId |
Identification string to display to a remote station receiving a Fax.
|