[]
Iterates over the document pages and generates a GcBitmap for
each page in the pageRange
.
public void SaveAsImage(ViewState viewState, OutputRange pageRange, SaveAsImageOptions options, GcPdfDocument.SaveAsImageDelegate saveMethod)
Public Sub SaveAsImage(viewState As ViewState, pageRange As OutputRange, options As SaveAsImageOptions, saveMethod As GcPdfDocument.SaveAsImageDelegate)
Type | Name | Description |
---|---|---|
ViewState | viewState | The ViewState used to determine what document content would be considered. |
OutputRange | pageRange | The range of pages that should be saved. |
SaveAsImageOptions | options | Options that allow customizing the output images. |
GcPdfDocument.SaveAsImageDelegate | saveMethod | The callback method called for each page. |
Iterates other the document pages and generates a GcBitmap for
each page in the pageRange
.
public void SaveAsImage(OutputRange pageRange, SaveAsImageOptions options, GcPdfDocument.SaveAsImageDelegate saveMethod)
Public Sub SaveAsImage(pageRange As OutputRange, options As SaveAsImageOptions, saveMethod As GcPdfDocument.SaveAsImageDelegate)
Type | Name | Description |
---|---|---|
OutputRange | pageRange | The range of pages that should be saved. |
SaveAsImageOptions | options | Options that allow customizing the output images. |
GcPdfDocument.SaveAsImageDelegate | saveMethod | The callback method called for each page. |