Add Config to DocumentViewer
This commit is contained in:
10
Controls.DocumentViewer/Config.vb
Normal file
10
Controls.DocumentViewer/Config.vb
Normal file
@@ -0,0 +1,10 @@
|
||||
Public Class Config
|
||||
Public Enum PageFitSetting
|
||||
Undefined
|
||||
FitPage
|
||||
FitWidth
|
||||
End Enum
|
||||
|
||||
Public Property PageFit
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user