Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1PdfDocumentSource Class / Features Property

In This Topic
    Features Property (C1PdfDocumentSource)
    In This Topic
    Gets the C1DocumentSourceFeatures object specifying the set of features supported by this C1DocumentSource.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Features As C1DocumentSourceFeatures
    public override C1DocumentSourceFeatures Features {get;}
    See Also