Class PdfToTiffOptions

情報

Documentize.PdfConverter プラグイン用の PDF から TIFF への変換オプションを表します。

public sealed class PdfToTiffOptions : PluginBaseOptions, IPluginOptions

継承

objectPluginBaseOptionsPdfToTiffOptions

実装

継承されたメンバー

コンストラクター

PdfToTiffOptions()

Documentize.PdfToTiffOptions オブジェクトの新しいインスタンスを初期化します。

public PdfToTiffOptions()

プロパティ

ColorDepth

カラー深度を取得または設定します。

public TiffColorDepth ColorDepth { get; set; }

プロパティの値

TiffColorDepth

備考

デフォルト値は Documentize.TiffColorDepth.Format32bpp です。

Compression

圧縮タイプを取得または設定します。

public TiffCompression Compression { get; set; }

プロパティの値

TiffCompression

備考

デフォルト値は Documentize.TiffCompression.LZW です。

MultiPage

すべてのページを 1 つのマルチページ TIFF に保存できるかどうかのフラグを取得および設定します。 デフォルト値は false です。

public bool MultiPage { get; set; }

プロパティの値

bool

OutputResolution

生成される画像の解像度を取得または設定します。

public int OutputResolution { get; set; }

プロパティの値

int

PageList

処理対象のページ一覧を取得または設定します。

public List<int> PageList { get; set; }

プロパティの値

List<int>

Namespace: Documentize Assembly: Documentize.dll

 日本語