Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to DynaPDFRawImageMBS class.
DynaPDFRawImageMBS.setBuffer(data as MemoryBlock)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 13.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Size is optional. Some memoryblocks have no known size and there you need to specify one.
See also:
DynaPDFRawImageMBS.setBuffer(data as MemoryBlock, size as Int64)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 14.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Size is optional. Some memoryblocks have no known size and there you need to specify one.
See also:
DynaPDFRawImageMBS.setBuffer(data as Ptr) Private
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 14.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is a private method to make sure nobody passes a ptr instead of memoryblock or ptr+size.
See also:
DynaPDFRawImageMBS.setBuffer(data as Ptr, size as Int64)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 13.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Please provide the right size.
See also:
DynaPDFRawImageMBS.setBuffer(data as string)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 13.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
If you specify a size, the size can be smaller than thing length to use only first part.
See also:
DynaPDFRawImageMBS.setBuffer(data as string, size as Int64)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | DynaPDF | MBS DynaPDF Plugin | 14.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
If you specify a size, the size can be smaller than thing length to use only first part.
See also:
The items on this page are in the following plugins: MBS DynaPDF Plugin.