ComponentOne Reports for WPF
C1.C1Report Namespace / TiffFilter Class / TiffFilter Constructor / TiffFilter Constructor(String)
Full name of the file to be created. If the file already exists, it will be overwritten.

In This Topic
    TiffFilter Constructor(String)
    In This Topic
    Initializes a new instance of the TiffFilter class attached to a file.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fileName As String _
    )
    public TiffFilter( 
       string fileName
    )

    Parameters

    fileName
    Full name of the file to be created. If the file already exists, it will be overwritten.
    See Also