|
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: 20.2
Syntax public int ZoomFactor { get; set; }
Public Property ZoomFactor As Integer
Get
Set
Property Value
Type:
Int32Remarks This only works when
FitMode is
None.
This zoom factor is a percentage. A value of 100 will not zoom the page.
See Also