Click or drag to resize

DocumentPage Methods

The DocumentPage type exposes the following members.

Methods
 NameDescription
Public methodGetElementFrames Gets the ElementFrames that is layouted on this page.
Public methodCode exampleRasterize(ImageSaveOptions) Rasterizes the document page to SKBitmap. The default color background is white.
Public methodCode exampleRasterize(ImageSaveOptions, Color) Rasterizes the document page to SKBitmap.
Public methodCode exampleSave(String) Saves the document page to a file with the specified path. Path must include file extension.
Public methodCode exampleSave(Stream, SaveOptions) Saves the document page in the specified stream.
Public methodCode exampleSave(String, SaveOptions) Saves the document page to a file with the specified path.
Top
See Also