Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / SaveAsTiff Method / SaveAsTiff(Stream,ViewState,OutputRange,SaveAsImageOptions,TiffFrameSettings) Method
The output stream.
The document view state.
The range of pages that should be saved.
Options that allow customizing the output images.
Frame settings that are used for encoding the TIFF frames.

In This Topic
    SaveAsTiff(Stream,ViewState,OutputRange,SaveAsImageOptions,TiffFrameSettings) Method
    In This Topic
    Saves the document pages as images to a stream in TIFF format, one page per frame.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsTiff( _
       ByVal stream As System.IO.Stream, _
       ByVal viewState As ViewState, _
       Optional ByVal pageRange As OutputRange, _
       Optional ByVal options As SaveAsImageOptions, _
       Optional ByVal frameSettings As TiffFrameSettings _
    ) 
    public void SaveAsTiff( 
       System.IO.Stream stream,
       ViewState viewState,
       OutputRange pageRange,
       SaveAsImageOptions options,
       TiffFrameSettings frameSettings
    )

    Parameters

    stream
    The output stream.
    viewState
    The document view state.
    pageRange
    The range of pages that should be saved.
    options
    Options that allow customizing the output images.
    frameSettings
    Frame settings that are used for encoding the TIFF frames.
    See Also