Name | Description | |
---|---|---|
AsyncMethodsUseAwaitPattern | Gets or sets a value indicating whether calls to async methods of the current document source expect the async/await pattern to be used by the calling code. If this property is true, then the *Completed events (such as GenerateCompleted, GenerateCompleted and others) do not fire. | |
BusyState | Gets the current busy state of the current C1DocumentSource. | |
Container | (Inherited from System.ComponentModel.Component) | |
Credential | Gets or sets the System.Net.NetworkCredential object specifying the credentials which will be used to access data for document generation. | |
DefaultPrintOptions | Gets the C1PrintOptions object defining default print options used by printing methods of C1DocumentSource. | |
Dirty | Gets a value indicating whether the current content is dirty and does not correspond to the current values of Paginated etc. | |
Document | Gets a C1Document object produced by the current document source. | |
DocumentName | Gets a name of the document. | |
Features | Gets the C1DocumentSourceFeatures object specifying the set of features supported by this C1DocumentSource. | |
IsBusy | Gets the value indicating whether the current C1DocumentSource busy. | |
IsDisposed | Gets a value indicating whether this C1DocumentSource is disposed and can not be longer used. | |
IsUserInteractive | Gets a value indicating whether the current document source is running in a user-interactive environment. This property returns false when running in a service, web app and so on. | |
Log | Gets the LogEntryList containing the list of events which occured during the last operation (generating, exporting etc). | |
PageCount | Gets the number of already generated pages. | |
PageSettings | Gets or sets the C1PageSettings object specifying the page settings to use when generating a paginated document (see Paginated). | |
Parameters | Gets a collection of parameters used to generate content. | |
Site | (Inherited from System.ComponentModel.Component) | |
SupportedExportProviders | Gets an array of exporters supported by the current document source object. |