Document Solutions for Word
GrapeCity.Documents.Word.Layout Assembly / GrapeCity.Documents.Word.Layout Namespace / GcWordLayout Class / SaveAsTiff Method / SaveAsTiff(String,OutputRange,ImageOutputSettings,TiffFrameSettings) Method
The output file path.
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(String,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 fileName As System.String, _
       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.string fileName,
       GrapeCity.Documents.Common.OutputRange pageRange,
       ImageOutputSettings options,
       GrapeCity.Documents.Imaging.TiffFrameSettings frameSettings
    )

    Parameters

    fileName
    The output file path.
    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