次の方法で共有


Microsoft.HtmlTrans 名前空間

Provides types and interfaces for converting documents to HTML for display in various types of browsers.

Document converters are custom executable files that take a document of one file type, and generate a copy of that file in another file type. This transforms the content into different versions or different products to suit business needs such as archiving or customer-facing site requirements.

Document conversion is a resource-intensive process. Consequently, it relies on load balancers to determine which server can provision a job for conversion. The DocConversionLauncherService service will call the appropriate document converter.

クラス

  クラス 説明
パブリック クラス CreateDCInfo ドキュメント変換でのファイルのコンテンツと情報にアクセスし、これを管理するためのメソッドを提供します。
パブリック クラス CreateHtmlInfo ドキュメント変換の結果を含みます。

インターフェイス

  インターフェイス 説明
パブリック インターフェイス IDocumentConversionsLauncher このクラスは内部使用の目的で予約されており、コードからの直接の使用を想定していません。
パブリック インターフェイス IHtmlTrLauncher 適切なクライアント アプリケーションやビューアをインストールしていないユーザーがブラウザで表示できるように、ドキュメントを HTML 形式に変換するプロセスを開始する単一のメソッドを公開します。
パブリック インターフェイス IHtmlTrLoadBalancer Document Conversions Launcher Service をホストしている複数のサーバーの負荷を管理します。

列挙

  列挙 説明
パブリック列挙 BrowserType ドキュメントを HTML に変換する際に対象とするブラウザの種類を指定します。
パブリック列挙 CreationErrorType ドキュメント変換プロセスで発生する可能性のあるエラーを返します。
パブリック列挙 TSReturnType ドキュメント変換を要求するハンドラ ページに状態の値を返します。