Initializes a new instance of the FaxPageSettings class.

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 FaxPageSettings(
	FaxImageSettings faxImageSettings,
	FaxImageQuality faxImageQuality,
	FaxPageSize faxPageSize
)
Visual Basic
Public Sub New ( _
	faxImageSettings As FaxImageSettings, _
	faxImageQuality As FaxImageQuality, _
	faxPageSize As FaxPageSize _
)

Parameters

faxImageSettings
Type: ININ.IceLib.UnifiedMessaging..::..FaxImageSettings
The fax image settings.
faxImageQuality
Type: ININ.IceLib.UnifiedMessaging..::..FaxImageQuality
The fax image quality.
faxPageSize
Type: ININ.IceLib.UnifiedMessaging..::..FaxPageSize
Size of the fax page.

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