Xceed Binary Encoding Library Documentation
IncludeHeaderFooter property
Xceed Binary Encoding control reference > Encoding Format objects > XceedBinHexEncodingFormat object > IncludeHeaderFooter property

Description

The IncludeHeaderFooter property allows you to determine whether or not the library should process or include header and footer information when decoding or encoding data.

Header and footer information can contain a variety of parameters, depending on the encoding format. For UUEncode/Decode for example, the header contains a filename (see the HeaderFilename property), file permissions (See the HeaderPermissions property) and other information.

Data type

Boolean Variant

Default value

False

Applicable methods

Encode, Decode, ProcessFile, ReadFile, WriteFile