PDFFont property: Query class
Description
This property is used to set the PDF Font number required for generating PDF using RunToFile. This property takes either a numeric or constant value. The values are:
| Numeric Value | Constant Value | Description |
|---|---|---|
|
0 |
%PDFFont_None |
Default value |
|
2 |
%PDFFont_TraditionalChinese |
The output must be written using the Traditional Chinese Font. |
|
3 |
%PDFFont_SimplifiedChinese |
The output must be written using the Simplified Chinese Font. |
|
1 |
%PDFFont_Japanese |
The output must be written using the Japanese Font |
|
4 |
%PDFFont_Korean |
The output must be written using the Korean Font |
If you try to read this property before setting it, you receive a NULL string.
This property is read/write.
Related Topics