OlePresentationOptions

OlePresentationOptions(byte[], string, int)

の新しいインスタンスを初期化しますOlePresentationOptionsclass.

public OlePresentationOptions(byte[] objectData, string extension, int pageNumber)
パラメータ タイプ 説明
objectData Byte[] 埋め込みオブジェクトのデータ。
extension String 埋め込みオブジェクトの拡張子。
pageNumber Int32 埋め込みオブジェクトを追加するためのページ番号。

関連項目


OlePresentationOptions(string, int)

の新しいインスタンスを初期化しますOlePresentationOptionsclass.

public OlePresentationOptions(string filePath, int pageNumber)
パラメータ タイプ 説明
filePath String 埋め込みオブジェクトのファイル パス。
pageNumber Int32 埋め込みオブジェクトを追加するためのページ番号。

関連項目