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