PdfViewerControl.ZoomCommand Property
Sets the document zoom factor according to the command parameter.
Namespace: DevExpress.UI.Xaml.Controls
Assembly: DevExpress.UI.Xaml.Controls.v19.2.dll
Declaration
public ICommand ZoomCommand { get; protected set; }
Public Property ZoomCommand As ICommand
Property Value
Type |
Description |
ICommand |
A command that implements the System.Windows.Input.ICommand.
|
The ZoomCommand command takes a parameter of the DevExpress.UI.Xaml.Controls.ZoomCommandAction type.
To learn more about using commands, refer to MSDN.
See Also
We are updating the DevExpress product documentation website and this page is part of our new experience. During this transition period, product documentation remains available in our previous format at documentation.devexpress.com. Learn More...