TransferLinkOption Enumeration
In This Topic
Options for specifying the extent to which nonprinting ASCII characters are automatically converted to printing ASCII characters during file transfers.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("646701B6-43C1-4b79-B276-59072488A081")>
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1008:EnumsShouldHaveZeroValue",
Scope="",
Target="",
MessageId="",
Justification="")>
Public Enum TransferLinkOption
Inherits System.Enum
Members
Member | Description |
EightBitLink | Only a small number of nonprinting ASCII characters are converted. |
SevenBitLink | All nonprinting ASCII characters are converted. |
UserDefinedLink | All characters that would be converted under EightBitLink are converted, along with additional characters as specified with the WRQExtraCharacters property. |
See Also