Provides flags indicating how an image should be processed in preparation for faxing.

Namespace: ININ.IceLib.UnifiedMessaging
Assembly: 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 nameValueDescription
None0 No flags specified.
FitToPage1 The image should be stretched to fit the page.
MaintainAspectRatio2 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.
AddAllFrames8 If this flag is set each frame of the image will be used, otherwise only the first frame will be used.
All11 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.

See Also