Platforms to show: All Mac Windows Linux Cross-Platform
DynaPDFPageMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | DynaPDF | MBS DynaPDF Plugin | 11.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes: This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 9 properties
- property ArtBox as DynaPDFRectMBS
- property BleedBox as DynaPDFRectMBS
- property CropBox as DynaPDFRectMBS
- property Handle as Integer
- property MediaBox as DynaPDFRectMBS
- property Orientation as Integer
- property Page as Integer
- property PDF as DynaPDFMBS
- property TrimBox as DynaPDFRectMBS
- 5 methods
- method BBox(type as Integer) as DynaPDFRectMBS
- method CalcPagePixelSize(DefScale as UInt32, Scale as single, FrameWidth as UInt32, FrameHeight as UInt32, Flags as UInt32, byref Width as UInt32, byref Height as UInt32)
- method Constructor
- method GetWidthHeight(Flags as UInt32, byref Width as Single, byref Height as Single, Rotate as Integer = 0) as DynaPDFRectMBS
- method SetBBox(type as integer, BBox as DynaPDFRectMBS) as Boolean
- 5 constants
PDF Box Constants
Constant | Value | Description |
---|---|---|
kpbArtBox | 0 |
Art box. |
kpbBleedBox | 1 |
Bleed box. |
kpbCropBox | 2 |
Crop Box. |
kpbMediaBox | 4 |
Media Box. |
kpbTrimBox | 3 |
Trim Box. |
This class has no sub classes.
Some methods using this class:
- DynaPDFMBS.GetPage(PageNum as UInt32) as DynaPDFPageMBS
- DynaPDFRasterizerMBS.RenderPage(page as DynaPDFPageMBS, options as DynaPDFRasterImageMBS) as boolean
- DynaPDFRasterizerMBS.RenderPageEx(DeviceContextHandle as Integer, byref DestX as Integer, byref DestY as Integer, page as DynaPDFPageMBS, options as DynaPDFRasterImageMBS) as boolean
- DynaPDFRasterizerMBS.RenderPageMT(page as DynaPDFPageMBS, options as DynaPDFRasterImageMBS) as boolean
Some examples using this class:
- /DynaPDF/Object Actions
- /DynaPDF/PDF Viewer Example
- /DynaPDF/PDF Viewer Example with links
- /DynaPDF/Raster/DynaPDF Display PDF with Links
- /DynaPDF/Raster/Render Tests/Render Test 4
- /DynaPDF/Raster/RenderPageToImage test
- /DynaPDF/Raster/RenderPageToImage variants
- /DynaPDF/Text Positions
- /DynaPDF/Web Edition/Clickable Links in Web Edition/Clickable Links in Web Edition
- /DynaPDF/Web Edition/WebPDF
Blog Entries
- Improvements for MBS Xojo DynaPDF Plugin
- MBS Xojo Plugins, version 20.2pr2
- MBS Xojo Plugins, version 18.2pr6
The items on this page are in the following plugins: MBS DynaPDF Plugin.
DynaPDFPageLabelMBS - DynaPDFPageStatisticMBS

Links
MBS FileMaker blog