PdfSaveOptions

PdfSaveOptions()

PdfSaveOptions クラスの新しいインスタンスをデフォルト値で初期化します。

public PdfSaveOptions()

関連項目


PdfSaveOptions(PdfSaveFileFormat)

指定された出力ファイル形式で PdfSaveOptions クラスの新しいインスタンスを初期化します。

public PdfSaveOptions(PdfSaveFileFormat fileFormat)
パラメータ タイプ 説明
fileFormat PdfSaveFileFormat 出力ファイルの種類PdfSaveFileFormat.

関連項目


PdfSaveOptions(bool)

上書きフラグを使用して PdfSaveOptions クラスの新しいインスタンスを初期化します。

public PdfSaveOptions(bool overwriteExistingFile)
パラメータ タイプ 説明
overwriteExistingFile Boolean 署名済みファイルを同じファイルで上書きするかどうかをフラグします。

関連項目


PdfSaveOptions(PdfSaveFileFormat, bool)

指定した出力ファイル形式と上書きフラグを使用して、PdfSaveOptions クラスの新しいインスタンスを初期化します。

public PdfSaveOptions(PdfSaveFileFormat fileFormat, bool overwriteExistingFile)
パラメータ タイプ 説明
fileFormat PdfSaveFileFormat 出力ファイルの種類PdfSaveFileFormat.
overwriteExistingFile Boolean 署名済みファイルを同じファイルで上書きするかどうかをフラグします。

関連項目