Jump to: navigation, search

Changes


Documents (Client)

210 bytes removed, 09:45, 11 December 2024
/* Remember Document Settings {{Version/WinXSince|4.9}} */
{{UnderConstructionStart}}
<br>
By default, PDFViewer settings are not saved and always reset for each PDFViewer sessionwhen reloading a document. The Remember Document Settings feature enables the automatic saving & preserving of the Zoom level, Annotation color, and Stroke width value within a {{UBIK}} Sessionsession.It can be activated by setting the ''RememberDocumentSettings'' property in the ''InternalContentSettings'' of the profile to ''True'', or by configuring it configured in the [[Settings#General|General Settings (UI)]].<source lang = "xml"><RememberDocumentSettings>true</RememberDocumentSettings></source>With this feature enabled, the PDFViewers Annotation Colorcolor, Zoom valuelevel, and Stroke width value set by the user will be saved and preserved until the user changes them again.
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.
<source lang = "xml">
<pdfViewer:SfPdfViewerControl
Name="pdfViewer" ... />
<Button
Content="Save Zoom" Command="{Binding ElementName=PdfViewer, Path=SaveZoomSettingsCommand}" />
</source>
371
edits