PdfPageRenderOptions.BitmapEncoderId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定可攜式檔案格式 (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
屬性值
BmpEncoderId值,代表內建點陣圖編碼器的唯一識別碼。