PdfPageGotoLinkContent.Destination.Zoom Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the zoom factor of the page when the goto link takes to the destination
public float Zoom { [Android.Runtime.Register("getZoom", "()F", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getZoom", "()F", "", ApiSince=35)>]
member this.Zoom : single
Property Value
zoom factor of the page when the goto link takes to the destination
- Attributes
Remarks
Gets the zoom factor of the page when the goto link takes to the destination
<strong>Note:</strong> If there is no zoom value embedded, default value of Zoom will be zero. Otherwise, it will be less than 1.0f in case of zoom out and greater than 1.0f in case of zoom in.
Java documentation for android.graphics.pdf.content.PdfPageGotoLinkContent.Destination.getZoom()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.