<< Click to Display Table of Contents >> PDFClearEmbeddedFiles |
![]() ![]() ![]() |
[VPE Professional Edition and above]
Clears the list of embedded files.
method void VPE.PDFClearEmbeddedFiles()
Example:
Doc.PDFEmbedFile(
"c:\\data\\test3.html",
"test.html",
"third test performed today",
"text/html",
"Data")
Doc.WriteDoc("test.pdf")
Doc.PDFClearEmbeddedFiles()