Namespace: Kettic.PdfAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public PdfType0Font(
PdfObjectId objectId,
string fontName,
string baseFont
)
Public Sub New (
objectId As PdfObjectId,
fontName As String,
baseFont As String
)
public:
PdfType0Font(
PdfObjectId objectId,
String^ fontName,
String^ baseFont
)
new :
objectId : PdfObjectId *
fontName : string *
baseFont : string -> PdfType0Font
Parameters
- objectId
- Type: Kettic.PdfPdfObjectId
- fontName
- Type: SystemString
- baseFont
- Type: SystemString
See Also