Platforms to show: All Mac Windows Linux Cross-Platform
WindowsPDFPageMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Windows PDF | MBS WinFrameworks Plugin | 23.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
- 7 properties
- property Dimensions as WindowsPDFPageDimensionsMBS
- property Handle as Integer
- property Index as Integer
- property PreferredZoom as Single
- property Rotation as Integer
- property RotationAngle as Integer
- property Size as WindowsPDFSizeMBS
- 8 methods
- method Constructor Private
- method Constructor(other as WindowsPDFPageMBS)
- method Destructor
- method RenderToMemory(Handler as RenderToMemoryFinishedMBS, Options as WindowsPDFPageRenderOptionsMBS = nil)
- method RenderToMemory(Options as WindowsPDFPageRenderOptionsMBS = nil) as MemoryBlock
- method RenderToPicture(Options as WindowsPDFPageRenderOptionsMBS = nil) as Picture
- method RenderToStream(Handler as RenderToStreamFinishedMBS, Options as WindowsPDFPageRenderOptionsMBS = nil)
- method RenderToStream(Options as WindowsPDFPageRenderOptionsMBS = nil) as String
- 2 delegates
- delegate RenderToMemoryFinishedMBS(ErrorMessage as String, ErrorCode as Integer, Data as MemoryBlock)
- delegate RenderToStreamFinishedMBS(ErrorMessage as String, ErrorCode as Integer, Data as String)
- 4 constants
Rotations
Constant | Value | Description |
---|---|---|
RotationNormal | 0 |
No rotation. |
RotationRotate180 | 2 |
A 180-degree rotation. |
RotationRotate270 | 3 |
A 270-degree rotation. |
RotationRotate90 | 1 |
A 90-degree rotation. |
This class has no sub classes.
Some methods using this class:
- WindowsPDFDocumentMBS.Page(Index as Integer) as WindowsPDFPageMBS
Some examples using this class:
Blog Entries
- News from the MBS Xojo Plugins Version 24.0
- MonkeyBread Software Releases the MBS Xojo Plugins in version 24.0
- MBS Xojo Plugins, version 23.6pr4
- MBS Xojo Plugins, version 23.3pr2
- News from the MBS Xojo Plugins Version 23.2
- Windows PDF Classes
Xojo Developer Magazine
Release notes
- Version 24.0
- Added more render functions to WindowsPDFPageMBS for synchronous and asynchronous modes.
- Version 23.3
- Fixed Size property for WindowsPDFPageMBS class.
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsPDFPageDimensionsMBS - WindowsPDFPageRenderOptionsMBS