All functions   Mac OS X   Windows   Crossplatform   Components   New in version: 1.0   1.1   1.2   1.3   1.4   1.5   1.6   1.7   1.8   2.0  

Container.GetBase64

Component: Container
Mac OS X: Works
Windows: Works

MBS( "Container.GetBase64" ; ContainerField; Name or Index )

Parameters

Parameter Description Example value
ContainerField the container field to examine
Name or Index either the name of the Type or it's index

Description

Returns the base 64 encoded value for an image. You must tell the plug-in which of the types in the container field you want to use. You can use either it's name (JPEG, TIFF, PNGf etc) or it's index. The index is from 0 to the count of types -1 You can use Container.CountTypes to return the count of types in the container.

Feedback: Report problem or ask question.