PdfDestinationZoom Property |
Gets or sets the zoom factor or if the value is to be retained unchanged.
Value 1 represents 100%, 0.5 represents 50%, 1.5 represents 150%, etc.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic double? Zoom { get; set; }Public Property Zoom As Double?
Get
Set
Property Value
NullableDouble
The zoom factor or
if the value is to be retained unchanged.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | The Zoom can be set only for LeftTopZoom view type. |
See Also