Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / C1DocumentSourceFeatures Class / SupportsTextSelectionInPaginatedMode Property

In This Topic
    SupportsTextSelectionInPaginatedMode Property
    In This Topic
    Indicates whether the C1DocumentSource supports text selection in paginated mode.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property SupportsTextSelectionInPaginatedMode As Boolean
    public abstract bool SupportsTextSelectionInPaginatedMode {get;}
    See Also