
Public Member Functions | |
| IncPictNumber () | |
| Increment the picture number. | |
| Init () | |
| Initialize the new picture. | |
| Write (const Byte B) | |
| Add the next byte to the picture data buffer. | |
| Finalize () | |
| Clean up. | |
| AnsiString | PictureHTML () |
| Returns the picture code for the document. | |
Public Attributes | |
| AnsiString | DocName |
| Current input document name. | |
| AnsiString | ImagePath |
| Output path. | |
| TStream | OutStream |
| Output stream. | |
| Integer | PictNumber |
| Picture sequence number. | |
| TPictureInformation | PicInfo |
| Picture information structure. | |
Protected Member Functions | |
| AnsiString | PictureFile () |
| Picture file name. | |
| AnsiString | DefaultPictExtension () |
| Default picture file extension. | |
| TPictureAdapter::PictureFile | ( | ) | [protected] |
Picture file name.
| TPictureAdapter::DefaultPictExtension | ( | ) | [protected] |
Default picture file extension.
| TPictureAdapter::IncPictNumber | ( | ) |
Increment the picture number.
1 = first picture in this document, 2 = second picture ...
| TPictureAdapter.Init | ( | ) |
| TPictureAdapter.Write | ( | const Byte | B | ) |
Add the next byte to the picture data buffer.
Reimplemented in TWMFAdapter, and TNullPictureAdapter.
| TPictureAdapter.Finalize | ( | ) |
| TPictureAdapter::PictureHTML | ( | ) |
| AnsiString TPictureAdapter.DocName |
Current input document name.
SetDocName For writing
| AnsiString TPictureAdapter.ImagePath |
Output path.
SetImagePath For writing
| TStream TPictureAdapter.OutStream |
Output stream.
SetOutStream For writing
| Integer TPictureAdapter.PictNumber |
Picture sequence number.
SetPictNumber For writing
Picture information structure.
1.5.4