Specifies the page presentation format.
Syntax
PageFormat_8AlphaGray = 4, |
PageFormat_16AlphaGray = 8, |
PageFormat_Vector = 32768, |
Constants
- PageFormat_Empty
- The page is not valid.
- PageFormat_1Indexed
- The page will be presented in the 1 bit per pixel indexed format.
- PageFormat_8Indexed
- The page will be presented in the 8 bits per pixel indexed format.
- PageFormat_8Gray
- The page will be presented in the grayscale format.
- PageFormat_8AlphaGray
- The page will be presented in the grayscale format with alpha channel.
- PageFormat_8RGB
- The page will be presented in the TrueColor (24 bits per pixel) format.
- PageFormat_8ARGB
- The page will be presented in the TrueColor format with alpha channel.
- PageFormat_16Gray
- The page will be presented in the 16-bit grayscale format.
- PageFormat_16AlphaGray
- The page will be presented in the 16-bit grayscale format with alpha channel.
- PageFormat_16RGB
- The page will be presented in the HighСolor (48 bits per pixel) format.
- PageFormat_16ARGB
- The page will be presented in the HighСolor format with alpha channel.
- PageFormat_Vector
- The page will be presented in the EMF format.
See Also
IIXC_Page::ConvertToFormat, IIXC_Page::Format, IIXC_Inst::Page_CreateEmpty