Description
Adds a new font to the document and returns its value.
Syntax
Public Function AddFont( _
ByVal FontName As String _
) As LongParameters
- FontName
- The file path of the font file.
Return Type
Long
Example
[ASP - VBScript]
<% |
Adds a new font to the document and returns its value.
Public Function AddFont( _
ByVal FontName As String _
) As LongLong
[ASP - VBScript]
<% |