dtprint functions

Anybody have any documentation or examples for these dtprint functions?
PrintData
PrintImage
PrintText
PrintWeb
setJobName
SetMargin
SetMaximumSize
SetOutputMode
SetPortraitMode
SetShowsNumberofCopies
SetShowsPageRange
StartPage

Should clarify they are the dtprinter functions in the dtprint plugin included in the dtplugins set. I cannot find any documentation on any of these functions. Trying to get a PDF document to air print using this function and the page keeps getting cut off so trying to determine how to adjust the dimensions of what is to print.

Just in case, have you tried reaching out to Jean-Paul?
https://forum.xojo.com/conversation/post/260039

I did find this. It was helpful. But rules for things like the x,y,w,h values on SetMargin would be even more helpful.


dtPrinter
Type : Class
Display contacts information
Constants
Name
Description
OrientationLandscape = 1	
OrientationPortrait = 0
OutputGeneral = 0
OutputPhoto = 1
OutputGrayscale = 2
OutputPhotoGrayscale = 3

Methods
Type
Name
Description
Return value

Function
CanPrint()
Check If you use printer
Boolean

Function
CanPrintImage()
Check if you can print image
Boolean

Function
CanPrintText()
Check if you can print text
Boolean

Sub
PrintText(x As Text)
Display window for printing text

Sub
PrintImage(x As IOSImage)

Display window for printing image

Sub
SetPortraitMode(x As Integer)

Sub
SetOutputMode(x As Integer)

Sub
SetMaximumSize(width As Integer,height As Integer)

Sub
SetShowsNumberOfCopies
Show the number of copies

Sub
SetShowsPageRange(x As Boolean)
Show the page range

Sub
SetJobName(job As Text)

Sub
SetMargin(x As Integer,y As integer,w As Integer,h As Integer)

Function
CanPrintUrl(url As Text)
Boolean