If a document is configured with the [[SYSCLS_AUTO_ZOOM_CLASSIFICATION|Auto Zoom classification]], it will be overruled by the user's value as soon as the user sets it.
If an AnnotationDefaultStrokeWidth value is configured, it will be overridden by the user's value as soon as the user sets it.
{{Attention|Saving the Zoom value on user input is not supported on touch devices. But the SaveZoomSettingsCommand can be used to manually save it.}}
The SaveZoomSettingsCommand can be applied to a button as follows:
<source lang = "xml">
<pdfViewer:SfPdfViewerControl
Name="pdfViewer"
... />
<Button
Content="Save Zoom"
Command="{Binding ElementName=PdfViewer, Path=SaveZoomSettingsCommand}" />
</source>
{{UnderConstructionEnd}}
[[Category:Android|Documents (UBIK Android)]]
[[Category:Document|Documents (UBIK Android)]]
== See also ==