Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Queries current print settings.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
PDFKit | 9.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
none
Returns text or error.
Queries last print settings:
Set Variable [ $v ; Value: MBS( "PDFKit.GetPrintLastSettings") ]
If [ MBS("IsError") ]
Set Field [ PDFKit Print::Result ; $v ]
Else
Set Field [ PDFKit Print::Settings ; $v ]
Set Field [ PDFKit Print::Result ; "OK" ]
End If
Created 13th March 2019, last changed 21st February 2020
PDFKit.GetPDFText - PDFKit.GetPrintOption
Feedback: Report problem or ask question.