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 methodRasterize(ImageSaveOptions)Obsolete.
This method is obsolete. Call Save() instead.
Public methodRasterize(ImageSaveOptions, Color)Obsolete.
This method is obsolete. Call Save() instead.
Public methodCode exampleSave(String) Saves the document page to a file with the specified path. Path must include file extension.
Public methodSave(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