[]
        
(Showing Draft Content)

C1.WPF.Document.C1DocumentSourceFeatures

C1DocumentSourceFeatures Class

Represents a set of features which are supported by a specific instance of the C1DocumentSource class. A client using that instance can analyse the properties exposed by this type, and enable or disable the UI elements accordingly.

Inheritance
C1DocumentSourceFeatures
Namespace: C1.WPF.Document
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public abstract class C1DocumentSourceFeatures

Constructors

Name Description
C1DocumentSourceFeatures()

Properties

Name Description
SupportsNonPaginated

Indicates whether the C1DocumentSource supports non paginated mode of document generation.

SupportsPageSettings

Indicates whether the C1DocumentSource supports custom page settings.

SupportsPaginated

Indicates whether the C1DocumentSource supports paginated mode of document generation.

SupportsTextSearchInPaginatedMode

Indicates whether the C1DocumentSource supports text searching in paginated mode.

SupportsTextSelectionInPaginatedMode

Indicates whether the C1DocumentSource supports text selection in paginated mode.