| 名前 | 解説 | |
|---|---|---|
![]() | AddNagWatermark |
C1DocumentSourceデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | AddNagWatermark |
| 名前 | 解説 | |
|---|---|---|
![]() | m_defaultPrintOptions |
| 名前 | 解説 | |
|---|---|---|
![]() | 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 C1DocumentSource.GenerateCompleted, C1DocumentSource.GenerateCompleted and others) do not fire. |
![]() | BusyState | Gets the current busy state of the current C1DocumentSource. |
![]() | Container | 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 C1DocumentSource.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 C1DocumentSource.Paginated). |
![]() | Paginated | Gets or sets a value indicating whether the content should be represented as set of fixed sized pages. |
![]() | Parameters | Gets a collection of parameters used to generate content. |
![]() | Site | System.ComponentModel.Componentから継承されます。 |
![]() | SupportedExportProviders | Gets an array of exporters supported by the current document source object. |
| 名前 | 解説 | |
|---|---|---|
![]() | CanRaiseEvents | System.ComponentModel.Componentから継承されます。 |
![]() | DesignMode | System.ComponentModel.Componentから継承されます。 |
![]() | Events | System.ComponentModel.Componentから継承されます。 |
![]() | Pages | Gets the already generated pages. |
| 名前 | 解説 | |
|---|---|---|
![]() | AddToLog | オーバーロードされます。 Adds log entry to the C1DocumentSource.Log list. |
![]() | BeginGenerate | |
![]() | CancelAsync | Cancels currently executed async action and waits until action will be actually cancelled. |
![]() | ClearContent | Clear generated content and sets C1DocumentSource.Dirty to true. |
![]() | CreateObjRef | System.MarshalByRefObjectから継承されます。 |
![]() | Dispose | オーバーロードされます。 オーバーライドされます。 Releases the unmanaged resources used by the Component and optionally releases the managed resources. |
![]() | DrawPage | For internal use. |
![]() | ExecuteAction | Executes an action specified by the C1DocumentAction object. |
![]() | ExecuteActionAsync | Non-blocking (asynchronous) version of the C1DocumentSource.ExecuteAction method. |
![]() | ExecuteActionAsyncEx | Non-blocking (asynchronous) version of the C1DocumentSource.ExecuteAction method. |
![]() | Export | Exports the document into a stream in an external format using the specified export filter. |
![]() | ExportAsync | Non-blocking (asynchronous) version of the C1DocumentSource.Export method. |
![]() | ExportAsyncEx | Non-blocking (asynchronous) version of the C1DocumentSource.Export method. |
![]() | Generate | Generates the document. |
![]() | GenerateAsync | Non-blocking (asynchronous) version of the C1DocumentSource.Generate method. |
![]() | GenerateAsyncEx | Non-blocking (asynchronous) version of the C1DocumentSource.Generate method. |
![]() | GetBookmarkPositionAsync | For internal use. Non-blocking (asynchronous) version of the C1DocumentSource.GetLinkTargetPosition method. |
![]() | GetBookmarkPositionAsyncEx | For internal use. Non-blocking (asynchronous) version of the C1DocumentSource.GetLinkTargetPosition method. |
![]() | GetContext | For internal use. Returns a C1DocumentSourceContext object representing the current context of the C1DocumentSource. |
![]() | GetDocumentRange | Creates the C1DocumentRange object on the base of two text positions specified by C1DocumentTextPosition objects. |
![]() | GetLifetimeService | System.MarshalByRefObjectから継承されます。 |
![]() | GetLinkTargetPosition | For internal use. Gets the position of a C1LinkTargetBase in the document. |
![]() | GetLoadedPage | For internal use. Fetches a generated page with the specified index, returns null if the requested page has not been generated yet. |
![]() | GetPage | For internal use. Fetches a page with the specified index. |
![]() | GetPageAsync | For internal use. Non-blocking (asynchronous) version of the C1DocumentSource.GetPage method. |
![]() | GetPageAsyncEx | For internal use. Non-blocking (asynchronous) version of the C1DocumentSource.GetPage method. |
![]() | GetPageDocumentRange | Creates a C1DocumentRange object that includes the specified page. This method can return null if the page contains no text. |
![]() | GetWholeDocumentRange | Creates a C1DocumentRange object that includes the whole document. This method can return null if the document contains no text. |
![]() | GetWordDocumentRange | Creates a C1DocumentRange object that defines a word containing a specified position in the document. |
![]() | InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 |
![]() | IsAsyncOperationActive | For internal use. Returns a value indicating whether the async operation is currently executing. Important note: this method checks only Generate, Export, ValidateParameters and ExecuteCustomAction actions. For example, this method can be used in OnLongOperation() to determine whether the operation is async or not. |
![]() | IsGenerateAllowed | Returns a value indicating whether the C1DocumentSource.Generate method can be called at the moment. |
![]() | IsPageLoading | For internal use. Checkes whether a page with the specified index has already been requested, i.e. the C1DocumentSource.GetPageAsync method has been called to fetch it. |
![]() | OnLongOperation | For internal use. |
![]() | Print | オーバーロードされます。 Prints the generated document. |
![]() | ResetPageCount | |
![]() | SetContext | For internal use. Sets the context for the current C1DocumentSource. |
![]() | ToString | System.ComponentModel.Componentから継承されます。 |
![]() | ValidateParameters | Validates the current parameter values, refreshes their valid values' lists if the values are valid. |
![]() | ValidateParametersAsync | Non-blocking (asynchronous) version of the C1DocumentSource.ValidateParameters method. |
![]() | ValidateParametersAsyncEx | Non-blocking (asynchronous) version of the C1DocumentSource.ValidateParameters method. |
| 名前 | 解説 | |
|---|---|---|
![]() | CreateDocument | Creates new instance of C1Document |
![]() | CreateParametersCollection | Creates the ParameterCollection object. |
![]() | Finalize | System.ComponentModel.Componentから継承されます。 |
![]() | FirePageCountChanged | For internal use. |
![]() | GetService | System.ComponentModel.Componentから継承されます。 |
![]() | Init | Called from constructor, initializes an object. |
![]() | InternalExecuteAction | Should be overriden. Executes an action specified by the C1DocumentAction on the document. |
![]() | InternalExport | Should be overriden. Exports current with using specified exporter. |
![]() | InternalGenerate | Should be overriden. Generates the content managed by this C1DocumentSource. |
![]() | InternalGetLinkTargetPosition | Should be overriden. Returns position of the some position within document. |
![]() | InternalPrint | |
![]() | InternalSetupExporter | Can be overriden in derived class to perform additional inititializations of the exporter before export's starts. |
![]() | InternalValidateParameters | Should be overriden. Validates values of parameters and refreshes their state. |
![]() | MemberwiseClone | オーバーロードされます。 System.MarshalByRefObjectから継承されます。 |
![]() | OnBusyStateChanged | For internal use. |
![]() | OnDirtyChanged | For internal use. |
![]() | OnExportCompleted | For internal use. |
![]() | OnGenerateCompleted | For internal use. |
![]() | OnGetLinkTargetPositionCompleted | For internal use. |
![]() | OnGetPageCompleted | For internal use. |
![]() | OnPageCountChanged | For internal use. |
![]() | OnPagesClear | For internal use. |
![]() | OnPagesLoaded | For internal use. |
![]() | OnSecurityError | For internal use. |
![]() | OnValidateParametersCompleted | For internal use. |
![]() | ResetDefaultPrintOptions | For internal use. |
![]() | ShouldSerializeDefaultPrintOptions | For internal use. |
| 名前 | 解説 | |
|---|---|---|
![]() | BusyStateChanged | Occurs when the C1DocumentSource.BusyState property value changes. |
![]() | DirtyChanged | Occurs when the C1DocumentSource.Dirty property value changes. |
![]() | Disposed | System.ComponentModel.Componentから継承されます。 |
![]() | ExecuteActionCompleted | Occurs when the C1DocumentSource.ExecuteActionAsync or C1DocumentSource.ExecuteActionAsyncEx method has completed. |
![]() | ExportCompleted | Occurs when the C1DocumentSource.ExportAsync method has completed. |
![]() | GenerateCompleted | Occurs when the C1DocumentSource.GenerateAsync method has completed. |
![]() | GetLinkTargetPositionCompleted | For internal use. Occurs when the C1DocumentSource.GetBookmarkPositionAsync method has completed. |
![]() | GetPageCompleted | For internal use. Occurs when the C1DocumentSource.GetPageAsync method has completed. |
![]() | LongOperation | Occurs periodically during various document operations. Allows to provide progress indication and the ability to cancel some long operations such as document generation. |
![]() | PageCountChanged | Occurs when the C1DocumentSource.PageCount property value changes. |
![]() | PagesClear | For internal use. Occurs when the pages have been cleared (C1DocumentSource.PageCount becomes zero). |
![]() | PagesLoaded | For internal use. Occurs when the content of some pages has been loaded. |
![]() | SecurityError | Occurs when a securiy exception occurs during a document source operation. This event allows to correct security-related properties like System.Net.NetworkCredential and retry a failed operation with new credentials. |
![]() | ValidateParametersCompleted | Occurs when the C1DocumentSource.ValidateParametersAsync method has completed. |