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
Back to Graphics class.
Graphics.DrawCGPDFDocumentMBS(pdf as CGPDFDocumentMBS, r as CGRectMBS, page as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreGraphics | MBS MacCG Plugin | 2.7 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Requires Mac OS X to work.
If destination is scaled page size, you need to also scale the rectangle here.
Seems broken in MacOS Mojave for us with drawing in print context.
See also:
graphics.DrawCGPDFDocumentMBS(pdf as CGPDFDocumentMBS, r as CGRectMBS, page as Integer, InterpolationQuality as Integer, Antialias as boolean, FontSmoothing as Boolean)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreGraphics | MBS MacCG Plugin | 12.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop only |
Requires Mac OS X to work.
You can pass for interpolation:
0 | Let the context decide. |
1 | Never interpolate. |
2 | Low quality, fast interpolation. |
4 | Medium quality, slower than kCGInterpolationLow. |
3 | Highest quality, slower than kCGInterpolationMedium. |
See also:
The items on this page are in the following plugins: MBS MacCG Plugin.