ComponentOne PdfViewer for WPF and Silverlight
C1.Silverlight.PdfViewer.5 Assembly / C1.Silverlight.PdfViewer Namespace / C1PdfViewerToolbar Class / Viewer Property

In This Topic
    Viewer Property (C1PdfViewerToolbar)
    In This Topic
    Gets or sets the C1PdfViewer this toolbar controls.
    Syntax
    'Declaration
     
    
    Public Property Viewer As C1PdfViewer
    public C1PdfViewer Viewer {get; set;}
    See Also