This property sets the filename and path where the PDF document is saved.

[Visual Basic]   imagekitcontrolname.File.PDF.SavePDFFileName [ = String ]
[Visual C++]    [ CString = ]imagekitcontrolname.GetFile().GetPDF().GetSavePDFFileName()
                     [CString =]imagekitcontrolname.GetFile().GetPDF().SetSavePDFFileName(LPCTSTR Val)
[VB.NET]   imagekitcontrolname.File.PDF.OwnerPassword[ = String ]
[C#.NET]   imagekitcontrolname.File.PDF.OwnerPassword[ = String ]

Value

The filename and path were the PDF document is saved.
Default value is an empty string.

Explanation

The SavePDFFileName property sets the filename and path where the PDF document is saved.

The SavePDFFileName property is referenced when the End method is executed. If the End method is successful, the file is created and saved in the location specified in the SavePDFFileName property.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation