[#BloombergLP-bdlde-Base64EncoderOptions-custom] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Base64EncoderOptions.adoc[Base64EncoderOptions]::custom :relfileprefix: ../../../ :mrdocs: Return a `Base64EncoderOptions` object having the specified `maxLineLength, alphabet, and `isPadded' attribute values. The behavior is unless `0 <= maxLineLength` and 'alphabet is a defined value of `Base64Alphabet::Enum`. == Synopsis Declared in `<bdlde_base64encoderoptions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlde/Base64EncoderOptions.adoc[Base64EncoderOptions] custom( int maxLineLength, xref:BloombergLP/bdlde/Base64Alphabet/Enum.adoc[Base64Alphabet::Enum] alphabet, bool padded); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#