Updates the page image and attributes for a specified page.
Namespace: ININ.IceLib.UnifiedMessagingAssembly: ININ.IceLib.UnifiedMessaging (in ININ.IceLib.UnifiedMessaging.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public void UpdatePage( int pageIndex, Image pageImage, FaxPageAttributes faxPageAttributes ) |
Visual Basic |
---|
Public Sub UpdatePage ( _ pageIndex As Integer, _ pageImage As Image, _ faxPageAttributes As FaxPageAttributes _ ) |
Parameters
- pageIndex
- Type: System..::..Int32
The 0 based page number of the page being updated.
- pageImage
- Type: System.Drawing..::..Image
The new image for the page.
- faxPageAttributes
- Type: ININ.IceLib.UnifiedMessaging..::..FaxPageAttributes
The new attributes for the page.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | The page to update does not exist. |
System..::..ArgumentNullException | A parameter is nullNothingnullptra null reference (Nothing in Visual Basic). |
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.
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.