PdfPageRenderOptions.BitmapEncoderId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A BmpEncoderId value representing the unique identifier of the built-in bitmap encoder.