Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / GcWordLayout Class / SaveAsTiff Method / SaveAsTiff(Stream,OutputRange,ImageOutputSettings,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,ImageOutputSettings,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 GrapeCity.Documents.Common.OutputRange, _
       Optional ByVal options As ImageOutputSettings, _
       Optional ByVal frameSettings As GrapeCity.Documents.Imaging.TiffFrameSettings _
    ) 
    public void SaveAsTiff( 
       System.IO.Stream stream,
       GrapeCity.Documents.Common.OutputRange pageRange,
       ImageOutputSettings options,
       GrapeCity.Documents.Imaging.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