PDFDocument.Template

From Xojo Documentation

Method

PDFDocument.Template() As JSONItem

New in 2020r1

Supported for all project types and targets.

Returns a JSONItem that represents the PDFDocument in JSON format.

Notes

This JSON data can be passed into the PDFDocument constructor to create a PDFDocument effectively making this data act as a template.

See Also

PDFDocument.Constructor(value As JSONItem)