Updates the page image and attributes for a specified page.

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 void UpdatePage(
	string pageId,
	Image pageImage,
	FaxPageAttributes faxPageAttributes,
	FaxPageSettings faxPageSettings
)
Visual Basic
Public Sub UpdatePage ( _
	pageId As String, _
	pageImage As Image, _
	faxPageAttributes As FaxPageAttributes, _
	faxPageSettings As FaxPageSettings _
)

Parameters

pageId
Type: System..::..String
The ID of the Fax page that is being removed.
pageImage
Type: System.Drawing..::..Image
The new image for the page.
faxPageAttributes
Type: ININ.IceLib.UnifiedMessaging..::..FaxPageAttributes
The fax page attributes.
faxPageSettings
Type: ININ.IceLib.UnifiedMessaging..::..FaxPageSettings
The fax page settings.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionA parameter is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::..ArgumentExceptionThe specified page does not exist.

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