PdfViewerZoomPercentage Property |
Gets or sets the zoom percentage of the viewer as a float number. For example, 100 represents a magnification of 100%.
A negative value means the default zoom percentage is used. The default value is -1.
Namespace: PdfViewer4AspNetAssembly: PdfViewerAspNet (in PdfViewerAspNet.dll) Version: 4.2
Syntaxpublic float ZoomPercentage { get; set; }
Public Property ZoomPercentage As Single
Get
Set
Property Value
Type:
Single
See Also