Gets or sets the fax image settings.

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

Syntax

C#
public FaxImageSettings FaxImageSettings { get; set; }
Visual Basic
Public Property FaxImageSettings As FaxImageSettings
	Get
	Set

Field Value

The fax image settings.

Remarks

The FaxImageSettings flags indicate how an image should be transformed into a fax page.

Exceptions

ExceptionCondition
System..::..ArgumentOutOfRangeExceptionThe value specified invalid flags for the FaxImageSettings enum.
System..::..ArgumentExceptionAn invalid combination of flags was specified. See FaxImageSettings.

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