DynaPDFRasterizerMBS class
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
DynaPDFRasterizerMBS class
The class for the rasterizer interface.
- 13 properties
- 13 methods
- method Abort
- method AddRasImage(Filter as Integer) as boolean
- method AttachImageBuffer(Pic as Picture, RenderWithAlpha as boolean = false) as boolean
- method AttachImageBuffer(Rows as Memoryblock, Buffer as Memoryblock, Width as UInt32, Height as UInt32, ScanlineLen as Int32, PixelFormat as UInt32) as boolean
- method Constructor(PDF as DynaPDFMBS, DeviceContextHandle as Integer, Width as UInt32, Height as UInt32, PixFmt as UInt32)
- method Constructor(PDF as DynaPDFMBS, Pic as Picture, RenderWithAlpha as boolean = false)
- method Constructor(PDF as DynaPDFMBS, Rows as Memoryblock, Buffer as Memoryblock, Width as UInt32, Height as UInt32, ScanlineLen as Int32, PixelFormat as UInt32)
- method Constructor(PDF as DynaPDFMBS, Width as Integer, Height as Integer)
- method Redraw(DeviceContextHandle as Integer, DestX as Integer, DestY as Integer)
- method RenderPage(page as DynaPDFPageMBS, options as DynaPDFRasterImageMBS) as boolean
- method RenderPageEx(DeviceContextHandle as Integer, byref DestX as Integer, byref DestY as Integer, page as DynaPDFPageMBS, options as DynaPDFRasterImageMBS) as boolean
- method RenderPageMT(page as DynaPDFPageMBS, options as DynaPDFRasterImageMBS) as boolean
- method ResizeBitmap(DeviceContextHandle as Integer, Width as Integer, Height as Integer) as boolean
- 11 constants
Pixel formats for raster functions.
Constant |
Value |
Description |
kpxf1Bit
|
0 |
1 bit per pixel black and white.
|
kpxfABGR
|
7 |
ABGR.
|
kpxfARGB
|
6 |
ARGB
|
kpxfBGR
|
3 |
BGR
|
kpxfBGRA
|
5 |
BGRA
|
kpxfCMYK
|
9 |
CMYK without alpha
|
kpxfCMYKA
|
10 |
CMYK with alpha
|
kpxfGray
|
1 |
8 bit grayscale.
|
kpxfGrayA
|
8 |
8 bit grayscale with alpha.
|
kpxfRGB
|
2 |
RGB
|
kpxfRGBA
|
4 |
RGBA
|
This class has no sub classes.
Some examples using this class:
Blog Entries
Xojo Developer Magazine
Videos
Release notes
- Version 22.5
- Version 21.5
- Version 21.4
- Fixed problem with RenderPageMT in DynaPDFRasterizerMBS class, where background of picture was not initialized with white.
- Version 19.0
- Version 18.2
The items on this page are in the following plugins: MBS DynaPDF Plugin.
DynaPDFRasterImageMBS
-
DynaPDFRawImageMBS