System::Base64FormattingOptions enum
Base64FormattingOptions enum
Enumeration containing values that represent different formats of base-64 encoded data.
enum class Base64FormattingOptions
Values
Name | Value | Description |
---|---|---|
None | 0 | No formatting. |
InsertLineBreaks | 1 | Insert line breaks after every 76th character. |
See Also
- Namespace System
- Library Aspose.PDF for C++