Namespace CoreControls.DocumentViewer.FitMode
Represents fit modes for the DocumentViewer.
Constructor Attributes | Constructor Name and Description |
---|---|
Contains a list of available fit modes for the DocumentViewer.
|
Field Attributes | Field Name and Description |
---|---|
<static> |
CoreControls.DocumentViewer.FitMode.FitPage
Zoom level is constrained such that the current page's width or height will exactly fill the available space.
|
<static> |
CoreControls.DocumentViewer.FitMode.FitWidth
Zoom level is constrained such that the current page's width will exactly fill the available space.
|
<static> |
CoreControls.DocumentViewer.FitMode.Zoom
Zoom level is not constrained.
|
Namespace Detail
CoreControls.DocumentViewer.FitMode
Contains a list of available fit modes for the DocumentViewer.
Field Detail
<static>
CoreControls.DocumentViewer.FitMode.FitPage
Zoom level is constrained such that the current page's width or height will exactly fill the available space.
<static>
CoreControls.DocumentViewer.FitMode.FitWidth
Zoom level is constrained such that the current page's width will exactly fill the available space.
<static>
CoreControls.DocumentViewer.FitMode.Zoom
Zoom level is not constrained.