Object
RawPngExporter
IRawBitmapWriter
Author | Writes to the Author metadata field which is for name of image's creator |
CompressionLevel | Sets compression level (0 - 9) |
Copyright | Writes to the Copyright metadata field which is for copyright notice |
Description | Writes to the description metadata field. |
Disclaimer | Writes to the disclaimer metadata field which is for legal disclaimer for the image. |
Gamma | Use this property to alter the default Gamma values for the Export. |
IgnoreAlphaChannel | If set to true then the alpha channel in a image is not imported if the image has an alpha channel. |
LastError | Returns code of last error that occurred or zero if no error. |
ScreenGamma | Sets screen gamma to be used. You can use this property to forces 100% same result on all platforms. |
Software | Writes to the Software metadata field which is for name of the software used to create the image |
Source | Writes to the Source metadata field which is for name of the device used to create the image |
Title | Writes to the Title metadata field which is for short one line title for image |
Warning | Writes to the Warning metadata field which is for warnings of nature of content |
GetLastErrorCode | Same as the LastError property but this one returns it as Integer to full-fill the standard interface. |
SaveToFile | Exports a RawBitmap to a PNG file. |
SaveToStream | Exports a RawBitmap formatted as PNG to a IBinaryStreamWriter. |
SaveToString | Exports a picture formatted as PNG to a String. |
Version = 7.62 |