Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Container.RemovePreview

Removes the preview from a container value.

Component Version macOS Windows Linux Server iOS SDK
Container 14.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Container.RemovePreview"; Container )   More

Parameters

Parameter Description Example
Container The container where the data is stored.

Result

Returns container value or error.

Description

Removes the preview from a container value.
Check with Container.GetTypes what a container contains.
If a PDF contains a JPEG or PNG for preview, this function removes it.
Also removes JPEG preview for PNG or TIFF images.

Examples

Remove preview:

Set Field [ MyTable::Output; Value: MBS("Container.RemovePreview"; MyTable::Input) ]

See also

Release notes

Blog Entries

This function checks for a license.

Created 28th March 2024, last changed 15th May 2024


Container.Remove - Container.Rename