SaveAsImage(ViewState,OutputRange,SaveAsImageOptions,SaveAsImageDelegate) Method
In This Topic
Iterates over the document pages and generates a
GrapeCity.Documents.Imaging.GcBitmap for each page in the .
Syntax
Parameters
- viewState
- The GrapeCity.Documents.Pdf.Layers.ViewState used to determine what document content would be considered.
- pageRange
- The range of pages that should be saved.
- options
- Options that allow customizing the output images.
- saveMethod
- The callback method called for each page.
See Also