PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocument Class / ViewerPreferences Property

In This Topic
    ViewerPreferences Property (C1PdfDocument)
    In This Topic
    Gets the PdfViewerPreferences object that contains information about how the current document should be displayed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ViewerPreferences As PdfViewerPreferences
    public PdfViewerPreferences ViewerPreferences {get;}
    See Also