Table of Contents

Method WriteTo

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

WriteTo(StreamContainer)

Copies the contained data to another StreamContainer.

public virtual void WriteTo(StreamContainer streamContainer)

Parameters

streamContainer StreamContainer

The stream container to copy to.

WriteTo(StreamContainer, long)

Copies the contained data to another StreamContainer.

public virtual void WriteTo(StreamContainer streamContainer, long length)

Parameters

streamContainer StreamContainer

The stream container to copy to.

length long

The bytes count to write.

Exceptions

FrameworkException

Copy operation cannot complete. Cannot read + count + bytes.