Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1DocumentSourceFeatures Class / SupportsTextSelectionInPaginatedMode Property

In This Topic
    SupportsTextSelectionInPaginatedMode Property (C1DocumentSourceFeatures)
    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