Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / SaveAsImage Method / SaveAsImage(OutputRange,SaveAsImageOptions,SaveAsImageDelegate) Method
The range of pages that should be saved.
Options that allow customizing the output images.
The callback method called for each page.

In This Topic
    SaveAsImage(OutputRange,SaveAsImageOptions,SaveAsImageDelegate) Method
    In This Topic
    Iterates other the document pages and generates a GrapeCity.Documents.Imaging.GcBitmap for each page in the pageRange.
    Syntax
    '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.
    See Also