名前 | 解説 | |
---|---|---|
![]() | C1PdfDocumentSource コンストラクタ | オーバーロードされます。 |
C1PdfDocumentSourceデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | C1PdfDocumentSource コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
![]() | AsyncMethodsUseAwaitPattern | 現在のドキュメントソースの非同期メソッドを呼び出す際に、呼び出し元コードが async/await パターンを使用することを前提とするかどうかを示す値を取得または設定します。 このプロパティが true の場合、*Completed イベント( C1.Win.Document.C1DocumentSource.OpenCompleted、 GenerateCompletedなど)は 発生しません。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | BusyState | 現在の C1DocumentSourceの現在のビジー状態を取得します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | Container | System.ComponentModel.Componentから継承されます。 |
![]() | Credential | オーバーライドされます。 オーバーライドされます。PDF ドキュメントで使用される資格情報を定義する System.Net.NetworkCredentialオブジェクトを取得または設定します。 |
![]() | DefaultPrintOptions | C1DocumentSource の印刷メソッドで使用される デフォルトの印刷オプションを定義する C1PrintOptions オブジェクトを取得します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | Dirty | 現在のコンテンツがダーティで、 C1.Win.Document.C1DocumentSource.DocumentLocation、 Paginatedなどの現在の値に対応しないかどうかを示す値を取得します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | Document | オーバーライドされます。 現在のドキュメントソースによって作成された C1Documentオブジェクトを取得します。 |
![]() | DocumentLocation | PDF ドキュメントの場所を取得または設定します。 |
![]() | DocumentName | オーバーライドされます。 ドキュメントの名前を取得します。 |
![]() | Features | オーバーライドされます。 この C1DocumentSourceがサポートする機能セットを指定する C1DocumentSourceFeaturesオブジェクトを取得します。 |
![]() | IsBusy | 現在の C1DocumentSourceがビジーかどうかを示す値を取得します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | IsDisposed | 現在のドキュメントソースオブジェクトが破棄されたかどうかを示す値を取得します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | Log | 最後の操作中(生成中、エクスポート中など)に発生したイベントのリストを含む LogEntryListを取得します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | PageCount | 既に生成されているページ数を取得します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | Parameters | コンテンツの生成に使用されるパラメータのコレクションを取得します。このコレクションは、 C1.Win.Document.C1DocumentSource.Openメソッドで初期化されます。 実際にパラメータとして使用するには、このコレクションで指定されている値に対して、 C1.Win.Document.C1DocumentSource.ApplyParameterValuesメソッドを呼び出す必要があります。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | Site | System.ComponentModel.Componentから継承されます。 |
![]() | Stream | PDF コンテンツを含む Streamオブジェクトを取得または設定します。 このプロパティに新しい値を割り当てると、 DocumentLocationが null にリセットされます。 |
![]() | SupportedExportProviders | オーバーライドされます。 オーバーライドされます。現在のドキュメントソースオブジェクトがサポートするエクスポータの配列を取得します。 |
名前 | 解説 | |
---|---|---|
![]() | CanRaiseEvents | System.ComponentModel.Componentから継承されます。 |
![]() | DesignMode | System.ComponentModel.Componentから継承されます。 |
![]() | Events | System.ComponentModel.Componentから継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | AddToLog | オーバーロードされます。 Logリストにログエントリを追加します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | CancelAsync | 現在実行されている非同期アクションをキャンセルし、アクションが実際にキャンセルされるまで待ちます。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | ClearContent | 生成されたコンテンツをクリアし、 Dirtyを true に設定します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | Dispose | オーバーロードされます。 コンポーネントによって使用されるアンマネージリソースを解放し、オプションでマネージリソースも解放します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | ExecuteAction | C1DocumentActionオブジェクトで指定されるアクションを実行します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | ExecuteActionAsync | ExecuteActionメソッドの非ブロック(非同期)バージョンです。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | ExecuteActionAsyncEx | ExecuteAction メソッドの非ブロック(非同期)バージョン。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | Export | 指定されたエクスポートフィルタを使用して、ドキュメントを外部形式のストリームにエクスポートします。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | ExportAsync | Exportメソッドの非ブロック(非同期)バージョンです。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | ExportAsyncEx | Export メソッドの非ブロック(非同期)バージョン。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | Generate | ドキュメントを生成します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | GenerateAsync | Generateメソッドの非ブロック(非同期)バージョンです。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | GenerateAsyncEx | Generate メソッドの非ブロック(非同期)バージョン。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | GetDocumentRange | オーバーライドされます。 C1DocumentTextPositionオブジェクトによって指定される 2 つのテキスト位置に基づいて C1DocumentRangeオブジェクトを作成します。 |
![]() | GetLifetimeService | System.MarshalByRefObjectから継承されます。 |
![]() | GetPageDocumentRange | オーバーライドされます。 指定されたページを含む C1DocumentRangeオブジェクトを作成します。 ページにテキストがない場合、このメソッドは null を返します。 |
![]() | GetWholeDocumentRange | オーバーライドされます。 ドキュメント全体を含む C1DocumentRangeオブジェクトを作成します。 ドキュメントにテキストがない場合、このメソッドは null を返します。 |
![]() | GetWordDocumentRange | ドキュメント内の指定された位置を含む単語を定義する C1DocumentRangeオブジェクトを作成します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | InitializeLifetimeService | System.MarshalByRefObjectから継承されます。 |
![]() | IsGenerateAllowed | この時点で Generateメソッドを呼び出すことができるかどうかを示す値を返します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | LoadFromFile | ファイルからドキュメントをロードします。 |
![]() | LoadFromStream | ストリームからドキュメントをロードします。 |
![]() | オーバーロードされます。 生成されたドキュメントを印刷します。 C1.Win.Document.C1DocumentSourceから継承されます。 | |
![]() | ToString | System.ComponentModel.Componentから継承されます。 |
![]() | ValidateParameters | 現在のパラメータ値を検証し、値が有効な場合は、有効な値のリストを更新します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | ValidateParametersAsync | ValidateParametersメソッドの非ブロック(非同期)バージョンです。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | ValidateParametersAsyncEx | ValidateParameters メソッドの非ブロック(非同期)バージョン。 C1.Win.Document.C1DocumentSourceから継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | BusyStateChanged | BusyStateプロパティの値が変更されたときに発生します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | DirtyChanged | Dirtyプロパティの値が変更されたときに発生します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | Disposed | System.ComponentModel.Componentから継承されます。 |
![]() | ExportCompleted | ExportAsyncメソッドが完了したときに発生します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | GenerateCompleted | GenerateAsyncメソッドが完了したときに発生します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | LongOperation | さまざまなドキュメント操作中に定期的に発生します。 進捗状況を示すと共に、ドキュメント生成のような時間のかかる処理をキャンセルできるようにします。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | PageCountChanged | PageCountプロパティの値が変更されたときに発生します。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | SecurityError | ドキュメントソースの操作中にセキュリティ例外が発生したときに発生します。 このイベントを使用すると、 System.Net.NetworkCredentialなどのセキュリティ関連のプロパティを修正し、新しい資格情報で、失敗した操作を再試行できます。 C1.Win.Document.C1DocumentSourceから継承されます。 |
![]() | ValidateParametersCompleted | ValidateParametersAsyncメソッドが完了したときに発生します。 C1.Win.Document.C1DocumentSourceから継承されます。 |