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

In This Topic
    FastMode Property (C1PdfViewer)
    In This Topic
    Gets or sets a value that determines that the PDF file should be rendered faster but with less accurate positioning.
    Syntax
    'Declaration
     
    
    Public Property FastMode As Boolean
    public bool FastMode {get; set;}
    See Also