PDFDocument.AddControl

From Xojo Documentation

Method

PDFDocument.AddControl(ParamArray control As PDFControl)

New in 2021r3

Supported for all project types and targets.

Adds the control or controls passed to the PDF document.


Method

PDFDocument.AddControl(controls() As PDFControl)

New in 2021r3

Supported for all project types and targets.

Adds the array of control passed to the PDF document.

See Also

PDFControl class.