[]
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.
public abstract class C1DocumentSourceFeatures
| Name | Description |
|---|---|
| C1DocumentSourceFeatures() |
| 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. |