EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElASReceipt.TextEncoding

ElASReceipt     See also    


 

Specifies the encoding to be used when saving the human-readable part of the receipt.

 
 

Declaration

[C#]
    TSBASHeaderTransferEncoding TextEncoding;

[VB.NET]
    Property TextEncoding As TSBASHeaderTransferEncoding

[Pascal]
    property TextEncoding : TSBASHeaderTransferEncoding;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Possible values:

[.NET] [Pascal] Description
hteAuto = 0 hteAuto automatically define encoding
hte7Bit = 1 hte7Bit 7-bit encoding
hte8Bit = 2 hte8Bit 8-bit encoding
hteBase64 = 3 hteBase64 Base64 encoding
hteQuotedPrintable = 4 hteQuotedPrintable quoted-printable encoding
Declared in
[.NET] [Pascal]
Namespace: SBASCommon
Assembly: SecureBlackbox.EDI
Unit: SBASCommon

 
 

Description

    Use this property to specify the encoding to be used when saving the human-readable part of the receipt.

 
 

See also:     Text    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2011, EldoS Corporation