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.
PreviousPublic Function ProcessViewCategories(view As NotesView, CatList As Variant, IncludeResponses As BooNextPublic Function SetWatermarkFont(fontFamily As String, size As Integer, style As Integer, colorR As
Last updated