Platforms to show: All Mac Windows Linux Cross-Platform
WindowsPDFPageMBS class New in 23.2
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
- 4 methods
- method Constructor Private
- method Constructor(other as WindowsPDFPageMBS)
- method Destructor
- method RenderToStream(Options as WindowsPDFPageRenderOptionsMBS = nil) 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
Blog Entries
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsPDFPageDimensionsMBS - WindowsPDFPageRenderOptionsMBS
