|  | 
| HtmlToPdfResultPdfPageScaleFactor Property  | 
 
            The factor used to scale the html content to fit the pdf page.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic float PdfPageScaleFactor { get; }Public ReadOnly Property PdfPageScaleFactor As Single
	Get
Property Value
Type: 
Single Remarks
Remarks
            This property offers the factor used to scale the html content when rendered into the pdf document. 
            When 
AutoFitWidth is 
ShrinkOnly or 
AutoFit,
            the html content might be resized to fit the pdf page width if necessary.
            
 See Also
See Also