EPUBVersionEnum (COM-based API)
EPUBVersionEnum enumeration constants specify different EPUB versions.
enum EpubVersionEnum {
EV_2_0_1 = 0,
EV_3 = 1
};
Elements
Name | Description |
EV_2_0_1 | EPUB version 2.0.1. |
EV_3 | EPUB version 3. |
26.03.2024 13:49:49