PdfDestinationZoom Property |
Sets or gets the zoom to be used for the view
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Nullable<double> Zoom { get; set; }
Public Property Zoom As Nullable(Of Double)
Get
Set
Property Value
Type:
NullableDoubleRemarks
Zoom is only used when PageFitMode is set to PointZoom. It is ignored
otherwise. Zoom is a multiplicative value. 1.0 is actual size. 0.5 is
half size, etc. 0 or null means "use the current zoom".
See Also