Document

Document class

ドキュメント プロパティを表します

public class Document

コンストラクター

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

プロパティ

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

メソッド

名前 説明
AddImageToDocument(string, string, int, int) 画質を変更してドキュメントに画像を追加
GeneratePreview(PreviewOptions) ドキュメント ページのプレビューを生成します。
GetDocumentInfo() ドキュメントに関する情報を取得します - ドキュメントの種類とサイズ、ページ数など.

関連項目