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