 |
Font Constructor (String, Unit) |
Initializes a new instance of the Font class with the specified name and size.
Namespace: XsPDFDoc.DocumentObjectModel
Assembly: XsPDFDoc.DocumentObjectModel (in XsPDFDoc.DocumentObjectModel.dll) Version: 6.11.0.1333 (6.11.0.1333)
Syntax
public Font(
string name,
Unit size
)
Public Sub New (
name As String,
size As Unit
)
public:
Font(
String^ name,
Unit size
)
new :
name : string *
size : Unit -> Font
Parameters
- name
-
Type: System
String
- size
-
Type: XsPDFDoc.DocumentObjectModel
Unit
See Also
-
-
-
-
-
-
-
Chart graphing created to PDF page sample so please bear with me.
I have batches of documents which get scanned in and turned into pdf files. The users want to have a way to group those batches together so
-
-
-
-
-
-
-
-