'Declaration Public Overloads Sub SaveAsImage( _ ByVal pageRange As OutputRange, _ ByVal options As SaveAsImageOptions, _ ByVal saveMethod As GcPdfDocument.SaveAsImageDelegate _ )
public void SaveAsImage( OutputRange pageRange, SaveAsImageOptions options, GcPdfDocument.SaveAsImageDelegate saveMethod )
Parameters
- 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.