Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / SaveAsTiff Method / SaveAsTiff(String,ViewState,SaveAsImageOptions,TiffFrameSettings) Method
The output file path.
The document view state.
The SaveAsImageOptions object.
Frame settings that are used for encoding the TIFF frame.

In This Topic
    SaveAsTiff(String,ViewState,SaveAsImageOptions,TiffFrameSettings) Method
    In This Topic
    Saves the page as an image to a file in TIFF format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsTiff( _
       ByVal filePath As System.String, _
       ByVal viewState As ViewState, _
       Optional ByVal options As SaveAsImageOptions, _
       Optional ByVal frameSettings As TiffFrameSettings _
    ) 
    public void SaveAsTiff( 
       System.string filePath,
       ViewState viewState,
       SaveAsImageOptions options,
       TiffFrameSettings frameSettings
    )

    Parameters

    filePath
    The output file path.
    viewState
    The document view state.
    options
    The SaveAsImageOptions object.
    frameSettings
    Frame settings that are used for encoding the TIFF frame.
    See Also