Provides flags indicating how an image should be processed in preparation for faxing.
Namespace: ININ.IceLib.UnifiedMessagingAssembly: ININ.IceLib.UnifiedMessaging (in ININ.IceLib.UnifiedMessaging.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
[FlagsAttribute] public enum FaxImageSettings |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration FaxImageSettings |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No flags specified. | |
FitToPage | 1 | The image should be stretched to fit the page. | |
MaintainAspectRatio | 2 | The width and height of the image should be scaled by the same factor. This flag is only valid in conjunction with the FitToPage flag. | |
AddAllFrames | 8 | If this flag is set each frame of the image will be used, otherwise only the first frame will be used. | |
All | 11 | Every flag in the enum is set. Used for parameter checking, etc. |
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.