PdfAttachmentOptions

PdfAttachmentOptions(byte[], string)

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

public PdfAttachmentOptions(byte[] objectData, string extension)
パラメータ タイプ 説明
objectData Byte[] 埋め込みオブジェクトのデータ。
extension String 埋め込みオブジェクトの拡張子。

関連項目


PdfAttachmentOptions(string)

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

public PdfAttachmentOptions(string filePath)
パラメータ タイプ 説明
filePath String 埋め込みオブジェクトのファイル パス。

関連項目