Suffix Property
What to append after each segment delimiter.
Syntax
public VdatranslatorSuffixes Suffix { get; set; }
enum VdatranslatorSuffixes { suffixNone, suffixCR, suffixLF, suffixCRLF }
Public Property Suffix As VdatranslatorSuffixes
Enum VdatranslatorSuffixes suffixNone suffixCR suffixLF suffixCRLF End Enum
Default Value
3
Remarks
If Suffix is different from suffixNone, trailing (suffix) characters are appended after each segment delimiter. This is useful if you want to have a carriage return/line feed after each segment to make the document more readable.
This property is not available at design time.