[]
Allows creating a multipage TIFF file.
public class GcWicTiffWriter : IDisposable
Public Class GcWicTiffWriter
Implements IDisposable
Name | Description |
---|---|
GcWicTiffWriter(Stream, bool, ImagingFactory) | Initializes a new instance of GcWicTiffWriter class and sets the output stream. |
GcWicTiffWriter(string, ImagingFactory) | Initializes a new instance of GcWicTiffWriter class and sets the output file. |
Name | Description |
---|---|
CompressionLevel | Gets or sets the compression level (0.0, 1.0). 0.0 means the least efficient but fast compression. 1.0 means the most efficient scheme available, typically taking more time to encode but producing smaller output. |
CompressionMethod | Gets or sets the TIFF compression method. |
CurrentFrame | Gets the current frame's GcWicBitmap. |
DefaultFrameHeight | Gets or sets the default height of a frame, in DIPs. |
DefaultFrameWidth | Gets or sets the default width of a frame, in DIPs. |
FrameTransform | Gets or sets the transformation chain to be applied to the next saved frame. |
Opaque | Gets or sets a value indicating if the image is opaque. |
Resolution | Gets or sets the DPI resolution of the image. |
Name | Description |
---|---|
AppendFrame(GcWicBitmap) | Writes the specified bitmap to the output stream as the next frame. |
ApplyLicenseKey(string) | Applies a license key to an instance of GcWicTiffWriter. |
Dispose() | Clean up any resources being used. |
Dispose(bool) | Performs cleanup operations on managed and unmanaged resources. |
NewFrame() | Saves the previous frame to the output stream and creates a new frame with default width and height. |
NewFrame(float, float) | Saves the previous frame to the output stream and creates a new frame with specified width and height. |
SetFontCache(FontCache) | Assigns a shared instance of the FontCache object. |