Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteAutodesk Class / WriteAutodesk Constructor / WriteAutodesk Constructor(WriteParamsWithTextStyles,Stream,formatType)
The WriteParamsWithTextStyles
The file stream
The WriteAutodesk.formatType.

In This Topic
    WriteAutodesk Constructor(WriteParamsWithTextStyles,Stream,formatType)
    In This Topic
    To stream with write params and the latest WriteAutodesk.versionType constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal writeParams As WriteParamsWithTextStyles, _
       ByVal stream As Stream, _
       Optional ByVal format As WriteAutodesk.formatType _
    )

    Parameters

    writeParams
    The WriteParamsWithTextStyles
    stream
    The file stream
    format
    The WriteAutodesk.formatType.
    Remarks
    If the file already exists, it will be overwritten.The closing of the stream is delegated to you.WriteAutodesk.versionType less than WriteAutodesk.versionType.Acad2004 support only Aci colors.
    See Also