'Declaration
Public Overloads Sub Design( _ ByVal projectType As LlProject, _ ByVal projectStream As Stream, _ ByVal printerSettingsStream As Stream _ )
public void Design( LlProject projectType, Stream projectStream, Stream printerSettingsStream )
public: void Design( LlProject projectType, Stream^ projectStream, Stream^ printerSettingsStream )
Parameters
- projectType
Project type. See LlProject. Can also be set via the AutoProjectType Property.
- projectStream
- Project file in the form of a stream.
- printerSettingsStream
- Printer settings in the form of a stream.