Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1PdfDocumentSource Class / UseSystemRendering Property

In This Topic
    UseSystemRendering Property
    In This Topic
    Gets or sets a value indicating whether to use the system PDF API to render documents.

    The default is true.

    Syntax
    'Declaration
     
    Public Property UseSystemRendering As Boolean
    public bool UseSystemRendering {get; set;}
    See Also