Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / SaveAsTiff Method / SaveAsTiff(Stream,OutputRange,SaveAsImageOptions,TiffFrameSettings) Method
The output stream.
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,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, _
       Optional ByVal pageRange As OutputRange, _
       Optional ByVal options As SaveAsImageOptions, _
       Optional ByVal frameSettings As TiffFrameSettings _
    ) 
    public void SaveAsTiff( 
       System.IO.Stream stream,
       OutputRange pageRange,
       SaveAsImageOptions options,
       TiffFrameSettings frameSettings
    )

    Parameters

    stream
    The output stream.
    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