The FaxFile type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FaxFile |
Constructs a new Fax file interface with an underlying empty temporary Fax file in the filesystem.
|
Methods
| Name | Description | |
|---|---|---|
| AddEnvelope |
Adds a new envelope to the Fax.
| |
| AddPage(Image, FaxPageAttributes) |
Adds a new page to the Fax.
| |
| AddPage(Image, FaxPageAttributes, FaxPageSettings) |
Adds a new page to the Fax for each frame in the input image.
| |
| Dispose()()()() |
Releases all stored image objects and removes the scratch file from the filesystem.
| |
| Dispose(Boolean) |
Internal implementation for the Dispose, allowing it to be called by a finalizer if desired.
| |
| Envelope |
Returns a Fax Envelope object representing delivery details for a Fax.
| |
| EnvelopeId |
Returns the identifier for an envelope. IDs are typically an 8 character filename with the extension ENV.
| |
| 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.) | |
| InsertPage(Int32, Image, FaxPageAttributes) |
Inserts a new page into the Fax at the specified index.
| |
| InsertPage(Int32, Image, FaxPageAttributes, FaxPageSettings) |
Inserts a new page in the fax, starting at the specified index.
| |
| LoadFrom |
Populates this Fax object by copying all information found in the specified Fax file.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MovePage |
Moves a page up or down in the page ordering by index.
| |
| PageAttributes(Int32) |
Returns the information for a specific page in a Fax.
| |
| PageAttributes(String) |
Returns the attribute information for a specific page in a Fax.
| |
| PageId |
Returns the identifier for a page image. IDs are typically a TIFF filename with the extension .TIF.
| |
| PageImage(Int32) |
Returns a Bitmap object representing a Fax page.
| |
| PageImage(String) |
Returns a Bitmap object representing a Fax page.
| |
| RemoveEnvelope(Int32) |
Remove an envelope from the Fax.
| |
| RemoveEnvelope(String) |
Remove an envelope from the Fax.
| |
| RemovePage(Int32) |
Remove a page and it's associated page information from the Fax.
| |
| RemovePage(String) |
Removes a page and it's associated page information from the Fax.
| |
| SaveAs |
Saves the working Fax file using the provided filename.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
| UpdatePage(Int32, Image, FaxPageAttributes) |
Updates the page image and attributes for a specified page.
| |
| UpdatePage(String, Image, FaxPageAttributes) |
Updates the page image and attributes for a specified page.
| |
| UpdatePage(String, Image, FaxPageAttributes, FaxPageSettings) |
Updates the page image and attributes for a specified page.
|
Fields
| Name | Description | |
|---|---|---|
| StandardFaxImageWidth |
The width, in pixels, of a standard fax image.
|
Properties
| Name | Description | |
|---|---|---|
| EnvelopeCount |
Returns a count of the number of envelopes in this Fax.
| |
| PageCount |
Returns a count of the number of pages in this Fax.
|