Platforms to show: All Mac Windows Linux Cross-Platform
WindowsPDFPageRenderOptionsMBS 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 BackgroundColor as Color
- property BitmapEncoderId as String
- property DestinationHeight as Integer
- property DestinationWidth as Integer
- property Handle as Integer
- property IsIgnoringHighContrast as Boolean
- property SourceRect as WindowsPDFRectMBS
- 6 methods
- method Constructor
- method Destructor
- method setBitmapEncoderBMP
- method setBitmapEncoderJPEG
- method setBitmapEncoderPNG
- method setBitmapEncoderTIFF
This class has no sub classes.
Some methods using this class:
- WindowsPDFPageMBS.RenderToMemory(Handler as RenderToMemoryFinishedMBS, Options as WindowsPDFPageRenderOptionsMBS = nil)
- WindowsPDFPageMBS.RenderToMemory(Options as WindowsPDFPageRenderOptionsMBS = nil) as MemoryBlock
- WindowsPDFPageMBS.RenderToPicture(Options as WindowsPDFPageRenderOptionsMBS = nil) as Picture
- WindowsPDFPageMBS.RenderToStream(Handler as RenderToStreamFinishedMBS, Options as WindowsPDFPageRenderOptionsMBS = nil)
- WindowsPDFPageMBS.RenderToStream(Options as WindowsPDFPageRenderOptionsMBS = nil) as String
Some examples using this class:
Blog Entries
Xojo Developer Magazine
- 21.5, page 74: Windows PDF, New MBS classes let you work with PDFS on Windows. by Stefanie Juchmes
- 21.5, page 72: Windows PDF, New MBS classes let you work with PDFS on Windows. by Stefanie Juchmes
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WindowsPDFPageMBS - WindowsPDFRectMBS