ComponentOne PdfViewer for WPF and Silverlight
C1.Silverlight.PdfViewer.5 Assembly / C1.Silverlight.PdfViewer Namespace / C1PdfViewer Class / IncreaseZoomCommand Property

In This Topic
    IncreaseZoomCommand Property (C1PdfViewer)
    In This Topic
    Gets the System.Windows.Input.ICommand that increases zoom.
    Syntax
    'Declaration
     
    
    Public Property IncreaseZoomCommand As ICommand
    public ICommand IncreaseZoomCommand {get; set;}
    See Also