The SavePDFToVar attribute function converts the RTF text to a Portable Document File (PDF) and saves it as a PDF variable.
Syntax | ||||
SavePDFToVar([LanguageID] [, Author] [, Producer] [, Title] [, Subject] [, KeyWords]) | ||||
Return value | ||||
Res |
Variable of the type PDF | |||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value |
Optional |
Author |
String |
ByVal |
Author |
Optional |
Producer |
String |
ByVal |
Produced by |
Optional |
Title |
String |
ByVal |
Titel |
Optional |
Subject |
String |
ByVal |
Description |
Optional |
KeyWords |
String |
ByVal |
Keywords |
Note | ||||
If LanguageID is not specified, the dialog language applies. |