|  | 
| PdfDestinationZoomFactor Property  | 
 
            Gets or sets the zoom factor of the destination page when viewed in a pdf viewer.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic int ZoomFactor { get; set; }Public Property ZoomFactor As Integer
	Get
	Set
Property Value
Type: 
Int32 Remarks
Remarks This only works when 
FitMode is 
None.
            
            This zoom factor is a percentage. A value of 100 will not zoom the page.
 See Also
See Also