Adds a new page to the Fax.
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 ) |
Visual Basic |
---|
Public Sub AddPage ( _ pageImage As Image, _ faxPageAttributes As FaxPageAttributes _ ) |
Parameters
- pageImage
- Type: System.Drawing..::..Image
The Image image of the Fax page.
- faxPageAttributes
- Type: ININ.IceLib.UnifiedMessaging..::..FaxPageAttributes
The page attributes that describe the new Fax page.
Remarks
The image will be resized using FitToPage and MaintainAspectRatio.
The quality will be set to Standard. The page size will be Letter.
If pageImage is a multi-page Image a new page will be
appended to the Fax using only the first frame of the Image.
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.