|
PdfFontCollection Constructor
|
Creates a font collection for the specified PDF document
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfFontCollection(
PdfDocument document
)
Public Sub New (
document As PdfDocument
)
Parameters
- document PdfDocument
See Also