property ExPrint.Encode64Icons (Icons as Variant) as String
Encodes a list of icons to a BASE64 encoded string.

TypeDescription
Icons as Variant A String expression that indicates a list of icons being encoded. The list is delimited by "," comma character.
String A String expression that indicates the BASE64 representation of the list of icons. If empty string is returned nothing was encoded.
Use the Encode64Icons property to compress and encode a list of icons to be used in Images methods. Use the eXImages tool to generate your BASE64 strings from pictures. The Encode64 property compress and encodes programmatically a picture or a file. For instance, the following sample encodes a list of two icons: Encode64Icons("d:\temp\icons\Calendar.ico,d:\temp\icons\Contacts.ico"). Each icon file must provide the full path to the icon, else the method will not be able to find it.