Name | Description | |
---|---|---|
GcWicTiffWriter Constructor | Overloaded. |
The following tables list the members exposed by GcWicTiffWriter.
Name | Description | |
---|---|---|
GcWicTiffWriter Constructor | Overloaded. |
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 | Writes the specified bitmap to the output stream as the next frame. | |
ApplyLicenseKey | Applies a license key to an instance of GcWicTiffWriter. | |
Dispose | Clean up any resources being used. | |
NewFrame | Overloaded. Saves the previous frame to the output stream and creates a new frame with default width and height. | |
SetFontCache | Assigns a shared instance of the FontCache object. |