Document |
The DocumentPage type exposes the following members.
Name | Description | |
---|---|---|
GetElementFrames | Gets the ElementFrames that is layouted on this page. | |
Rasterize(ImageSaveOptions) | Rasterizes the document page to SKBitmap. The default color background is white. | |
Rasterize(ImageSaveOptions, Color) | Rasterizes the document page to SKBitmap. | |
Save(String) | Saves the document page to a file with the specified path. Path must include file extension. | |
Save(Stream, SaveOptions) | Saves the document page in the specified stream. | |
Save(String, SaveOptions) | Saves the document page to a file with the specified path. |