Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / SaveAsTiff Method / SaveAsTiff(String,ViewState,OutputRange,SaveAsImageOptions,TiffFrameSettings) Method
The output file path.
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(String,ViewState,OutputRange,SaveAsImageOptions,TiffFrameSettings) Method
    In This Topic
    Saves the document pages as images to a file in TIFF format, one page per frame.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsTiff( _
       ByVal filePath As System.String, _
       ByVal viewState As ViewState, _
       Optional ByVal pageRange As OutputRange, _
       Optional ByVal options As SaveAsImageOptions, _
       Optional ByVal frameSettings As TiffFrameSettings _
    ) 
    public void SaveAsTiff( 
       System.string filePath,
       ViewState viewState,
       OutputRange pageRange,
       SaveAsImageOptions options,
       TiffFrameSettings frameSettings
    )

    Parameters

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