'Declaration Public Enum MaskDataMode Inherits System.Enum
public enum MaskDataMode : System.Enum
Member | Description |
---|---|
AllText | Text with all empty prompt-mask positions replaced by the EmptyPositionChar characters and literal-mask characters. |
RawText | Raw text. No empty prompt-mask positions and no literal-mask characters. |
RawTextWithAllPrompts | Raw text with all empty prompt-mask positions replaced by the EmptyPositionChar characters. No literal-mask characters. |
RawTextWithLiterals | Raw text with literal-mask characters. No empty prompt-mask positions. |
RawTextWithRequiredPrompts | Raw text with empty required prompt-mask positions replaced by the EmptyPositionChar characters. No empty optional prompt-mask positions and no literal-mask characters. |
RawTextWithRequiredPromptsAndLiterals | Raw text with empty required prompt-mask positions replaced by the EmptyPositionChar characters. Literal-mask characters are included. No empty optional prompt-mask positions. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2