|
PdfFontCollection Constructor |
Creates a font collection for the specified PDF document
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public PdfFontCollection(
PdfDocument document
)
Public Sub New (
document As PdfDocument
)
Parameters
- document
- Type: SelectPdfPdfDocument
See Also