Specifies display preferences used to render a Fax page image.

Namespace: ININ.IceLib.UnifiedMessaging
Assembly: ININ.IceLib.UnifiedMessaging (in ININ.IceLib.UnifiedMessaging.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
[SerializableAttribute]
public class FaxPageAttributes : ICloneable
Visual Basic
<SerializableAttribute> _
Public Class FaxPageAttributes _
	Implements ICloneable

Remarks

Use the FaxPageAttributes to indicate to an application how the image representing a Fax page should be presented.

Fax page images stored in an .i3f or .tif file are kept in an orientation and color scheme that is appropriate for ensuring successful delivery of a Fax through the IC server. In most cases this storage format is portrait orientation with black text on a white background for the color scheme. These attributes may not be the best choice for displaying a page of a fax to an end user. The separation of page image from page attributes allows the image to be stored in the correct format for sending to the Fax server, while also allowing it to be adjusted and presented appropriately on-screen.

When adding or updating a page image in a FaxFile, make sure you set the properties of the FaxPageAttributes to correctly indicate the viewing preferences of that page.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.UnifiedMessaging..::..FaxPageAttributes

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also