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

**Defined in**

&#x20;`SwPDFCreator`

**Syntax**

&#x20;`Call swPDFCreator.SetPdfProperties(Title, Subject, Author, Keywords)`

**Parameters**

&#x20;`Title`

&#x20;String. PDF document title.

&#x20;`Subject`

&#x20;String. PDF document subject.

&#x20;`Author`

&#x20;String. PDF document autohor.

&#x20;`Keywords`

&#x20;String. PDF document keywords.

**Example**

This statement fills the PDF properties:

&#x20;`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.

![](https://3331713008-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MlCAurE6RSGoCmtmAET%2F-MlGEylaPX4JTTLJIw0i%2F-MlGFKFkPuQ6_GUDzBdq%2Fimage.png?alt=media\&token=549e3b1b-9a58-425a-a109-d6e30cc3e3f5)
