<x:Double x:Key="AnnotationDefaultStrokeWidth">1</x:Double>
</source>
{{UnderConstructionStart}}
'''Remember Document Settings''' {{Version/WinXSince|4.9}}
<br>
By default, PDFViewer settings are not saved and always reset for each PDFViewer session. The Remember Document Settings feature enables the automatic saving & preserving of the Zoom level, Annotation color, and Stroke width within a {{UBIK}} Session.
It can be activated by setting the ''RememberDocumentSettings'' property in the ''InternalContentSettings'' of the profile to ''True''.
<source lang = "xml">
<RememberDocumentSettings>true</RememberDocumentSettings>
</source>
With this feature enabled, the PDFViewers Annotation Color, Zoom value, and Stroke width set by the user will be saved and preserved until it's changed again by the user.
If there's a document configured with the [[SYSCLS_AUTO_ZOOM_CLASSIFICATION|Auto Zoom classification]], it will be overruled by the user's value as soon as it's set by the user.
If there's an AnnotationDefaultStrokeWidth value configured, it will be overruled by the user's value as soon as it's set by the user.
{{UnderConstructionEnd}}
</tab>