Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcTiffWriter Class / GcTiffWriter Constructor / GcTiffWriter Constructor(String,Boolean)
Full path to the output file.
Indicates whether big-endian (true) or little-endian (false) byte order is used within the output file.

In This Topic
    GcTiffWriter Constructor(String,Boolean)
    In This Topic
    Initializes a new instance of GcTiffWriter class and sets the output file.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal filePath As System.String, _
       Optional ByVal bigEndian As System.Boolean _
    )
    public GcTiffWriter( 
       System.string filePath,
       System.bool bigEndian
    )

    Parameters

    filePath
    Full path to the output file.
    bigEndian
    Indicates whether big-endian (true) or little-endian (false) byte order is used within the output file.
    See Also