PdfPageRenderOptions.BitmapEncoderId プロパティ

定義

ページをビットマップに変換するときに使用するポータブル ドキュメント形式 (PDF) ページのエンコードの種類を取得または設定します。

public:
 property Platform::Guid BitmapEncoderId { Platform::Guid get(); void set(Platform::Guid value); };
winrt::guid BitmapEncoderId();

void BitmapEncoderId(winrt::guid value);
public Guid BitmapEncoderId { get; set; }
var guid = pdfPageRenderOptions.bitmapEncoderId;
pdfPageRenderOptions.bitmapEncoderId = guid;
Public Property BitmapEncoderId As Guid

プロパティ値

Guid

Platform::Guid

winrt::guid

組み込みのビットマップ エンコーダーの一意識別子を表す BmpEncoderId 値。

適用対象