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