Attachment
property for PowerScript objects
Applies to
Description
The Attachment property sets or gets the attachment of the PDF
document.
Datatype
Usage
In scripts
The example creates a PDFAttachment object, adds a file to the
object, and then assign it to a PDFDocument object.
|
1 2 3 4 5 6 7 8 |
PDFdocument lpdf_doc PDFattachment lpdf_attach lpdf_doc = create PDFdocument lpdf_attach = create PDFattachment //addfile ll_return =lpdf_attach.addfile( "D:imageimage.png") lpdf_doc.attachment = lpdf_attach |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest