Public Function SetPdfProperties(Title As String, Subject As String, Author As String, Keywords As S

Defined in

SwPDFCreator

Syntax

Call swPDFCreator.SetPdfProperties(Title, Subject, Author, Keywords)

Parameters

Title

String. PDF document title.

Subject

String. PDF document subject.

Author

String. PDF document autohor.

Keywords

String. PDF document keywords.

Example

This statement fills the PDF properties:

call swPDF.SetPdfProperties("This is title.", "This is subject.", "This is author.", "Some keywords..")

Properties are visible in PDF reader "Document Properties" window, under "Description" tab.

Last updated