'Declaration Public Function New( _ ByVal filePath As System.String, _ Optional ByVal imagingFactory As ImagingFactory _ )
public GcWicTiffWriter( System.string filePath, ImagingFactory imagingFactory )
Parameters
- filePath
- Full path to the output file.
- imagingFactory
- The existing imaging factory, to avoid duplicating factories.