Adds a new page to the Fax for each frame in the input image.
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 AddPage( Image pageImage, FaxPageAttributes faxPageAttributes, FaxPageSettings faxPageSettings ) |
Visual Basic |
---|
Public Sub AddPage ( _ pageImage As Image, _ faxPageAttributes As FaxPageAttributes, _ faxPageSettings As FaxPageSettings _ ) |
Parameters
- pageImage
- Type: System.Drawing..::..Image
The Image image of the Fax page.
- faxPageAttributes
- Type: ININ.IceLib.UnifiedMessaging..::..FaxPageAttributes
The fax page attributes.
- faxPageSettings
- Type: ININ.IceLib.UnifiedMessaging..::..FaxPageSettings
The fax page settings.
Remarks
A new page will be appended to the Fax, in order, for each frame in pageImage.
Exceptions
Exception | Condition |
---|---|
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.