-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Page thumbnails are enabled by default, but in the app I work on they feel obtrusive and unnecessary, and having to manually set the HideThumbnails parameter to true each time is inconvenient.
Describe the solution you'd like
A static class for setting the default values of the PdfViewer parameters that relate to the UI, similar to MudBlazor's MudGlobal class.
Describe alternatives you've considered
I created a derived class that sets HideThumbnails to true in the constructor, and it works fine, but I don't like having an entire separate class for something so small.
Additional context
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request