Platforms to show: All Mac Windows Linux Cross-Platform
Back to WindowsPDFPageMBS class.
WindowsPDFPageMBS.Constructor Private
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows PDF | MBS WinFrameworks Plugin | 23.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
See also:
WindowsPDFPageMBS.Constructor(other as WindowsPDFPageMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows PDF | MBS WinFrameworks Plugin | 23.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
See also:
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows PDF | MBS WinFrameworks Plugin | 23.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
WindowsPDFPageMBS.RenderToMemory(Handler as RenderToMemoryFinishedMBS, Options as WindowsPDFPageRenderOptionsMBS = nil)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows PDF | MBS WinFrameworks Plugin | 24.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calls the handler delegate later with results (or error code).
Produces a MemoryBlock with image data, which you can pass to Picture.FromData to get as picture.
Asynchronous mode will perform the work on a different thread in the background.
See also:
WindowsPDFPageMBS.RenderToMemory(Options as WindowsPDFPageRenderOptionsMBS = nil) as MemoryBlock
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows PDF | MBS WinFrameworks Plugin | 24.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Takes a set of display settings, applies them to the output of a Portable Document Format (PDF) page's contents, and creates a stream with the customized, rendered output as an synchronous action. This asynchronous action can be used to create a customized display image of the Portable Document Format (PDF) page.
Please call RenderToStream if you need image as string, call RenderToMemory if you need a MemoryBlock and call RenderToPicture if you need a picture.
See also:
WindowsPDFPageMBS.RenderToPicture(Options as WindowsPDFPageRenderOptionsMBS = nil) as Picture
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows PDF | MBS WinFrameworks Plugin | 24.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Takes a set of display settings, applies them to the output of a Portable Document Format (PDF) page's contents, and creates a stream with the customized, rendered output as an synchronous action.
Provides the resulting stream as picture for Xojo.
Please call RenderToStream if you need image as string, call RenderToMemory if you need a MemoryBlock and call RenderToPicture if you need a picture.
WindowsPDFPageMBS.RenderToStream(Handler as RenderToStreamFinishedMBS, Options as WindowsPDFPageRenderOptionsMBS = nil)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows PDF | MBS WinFrameworks Plugin | 24.0 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Calls the handler delegate later with results (or error code).
Produces a string with the image data.
Asynchronous mode will perform the work on a different thread in the background.
See also:
Some examples using this method:
WindowsPDFPageMBS.RenderToStream(Options as WindowsPDFPageRenderOptionsMBS = nil) as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | Windows PDF | MBS WinFrameworks Plugin | 23.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Takes a set of display settings, applies them to the output of a Portable Document Format (PDF) page's contents, and creates a stream with the customized, rendered output as an synchronous action. This asynchronous action can be used to create a customized display image of the Portable Document Format (PDF) page.
Please call RenderToStream if you need image as string, call RenderToMemory if you need a MemoryBlock and call RenderToPicture if you need a picture.
See also:
The items on this page are in the following plugins: MBS WinFrameworks Plugin.