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