Click or drag to resize

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.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public double? Zoom { get; set; }

Property Value

NullableDouble
The zoom factor or if the value is to be retained unchanged.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe Zoom can be set only for LeftTopZoom view type.
See Also