Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFImageMBS class.

DynaPDFImageMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The private constructor.

DynaPDFImageMBS.Decode as Single()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 15.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The decode array.

If set, samples must be decoded. The array contains 2 * NumComponents values.
The decode array is never set if the image is returned decompressed since it is already applied during decompression.

DynaPDFImageMBS.MaskImage(Flags as UInt32 = 0) as DynaPDFImageMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 14.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries the image details on the soft mask for this image.

If set, a 1 bit image is used as a transparency mask.
Plugin calls GetImageObjEx with the given flags to decode the image.

DynaPDFImageMBS.PictureData(ImageFormat as Integer = 0, ImageFilter as Integer = 0) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 16.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Requests images in the given format.

Default for ImageFormat is Tiff (kifmTIFF is zero) and default Image Filter is flate (kcfFlate is zero).
You can pass different constants.
If you request JPEG or JPEG 2000 and the image is already in that format, we pass through.
Else we recompress image.

DynaPDFImageMBS.SoftMask(Flags as UInt32 = 0) as DynaPDFImageMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method DynaPDF MBS DynaPDF Plugin 14.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries the image details on the soft mask for this image.

If set, a grayscale image is used as alpha channel.
Plugin calls GetImageObjEx with the given flags to decode the image.

The items on this page are in the following plugins: MBS DynaPDF Plugin.


The biggest plugin in space...