'宣言 Public Function New( _ ByVal stream As System.IO.Stream, _ Optional ByVal ownStream As System.Boolean, _ Optional ByVal imagingFactory As ImagingFactory _ )
public GcWicTiffWriter( System.IO.Stream stream, System.bool ownStream, ImagingFactory imagingFactory )
パラメータ
- stream
- The output stream.
- ownStream
- Indicates whether the output stream should be disposed together with GcWicTiffWriter.
- imagingFactory
- The existing imaging factory, to avoid duplicating factories.