PdfPageRenderOptions.BitmapEncoderId Property

Definition

Gets or sets the Portable Document Format (PDF) page's encoding type to be used while the page is being converted to a bitmap.

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

Property Value

Guid

Platform::Guid

winrt::guid

A BmpEncoderId value representing the unique identifier of the built-in bitmap encoder.

Applies to