Document

Document class

比較されたドキュメントを表します。

public class Document

コンストラクター

名前 説明
Document(Stream) の新しいインスタンスを初期化しますDocumentclass.
Document(string) の新しいインスタンスを初期化しますDocumentclass.
Document(Stream, string) の新しいインスタンスを初期化しますDocumentclass.
Document(string, string) の新しいインスタンスを初期化しますDocumentclass.

プロパティ

名前 説明
Changes { get; set; } 変更のリスト.
Name { get; set; } ドキュメント名.
Password { get; } ドキュメントパスワード.
Stream { get; } ドキュメント ストリーム.

メソッド

名前 説明
GeneratePreview(PreviewOptions) ドキュメント ページのプレビューを生成します。
GetDocumentInfo() ドキュメントに関する情報を取得します - ドキュメントの種類、ページ数、ページ サイズなど.

関連項目