2.4.856 BrtWebOpt
The BrtWebOpt record specifies the options for saving the file as a Web page.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A |
B |
C |
D |
E |
F |
reserved2 |
screenSize |
dwPixelsPerInch |
|||||||||||||||||||||||
... |
uiCodePage |
||||||||||||||||||||||||||||||
... |
A - fRelyOnCSS (1 bit): A bit that specifies whether cascading style sheets (CSS) are used for font formatting when viewing the saved file in a Web browser.
B - fOrganizeInFolder (1 bit): A bit that specifies whether all supporting files, such as background textures and graphics, are organized in a separate folder when saving the file as a Web page. The value MUST be one of the values specified in the following table.
-
Value
Meaning
0
All supporting files are saved in the same folder as the Web page.
1
All supporting files are organized in a separate folder.
C - fUseLongFileNames (1 bit): A bit that specifies whether long file names are used when saving the file as a Web page.
D - reserved1 (1 bit): This value MUST be 0, and MUST be ignored.
E - fRelyOnVML (1 bit): A bit that specifies whether VML is to be used to display graphics in a Web browser.
F - fAllowPNG (1 bit): A bit that specifies whether Portable Network Graphics (PNG) format is allowed as an image format when saving file as a Web page.
reserved2 (10 bits): This value MUST be 0, and MUST be ignored.
screenSize (1 byte): A WebScreenSizeEnum as specified in [MS-OSHARED] section 2.2.1.4 that specifies the ideal minimum screen size of the target monitor used to view the saved file in a Web browser.
dwPixelsPerInch (4 bytes): An unsigned integer that specifies the resolution, in pixels per inch, of graphics images and table cells when saving the file as a Web page. The value MUST be greater than or equal to 19 and less than or equal to 480.
uiCodePage (4 bytes): An unsigned integer that specifies the code page. The value specifies the code page value to be used by the Web browser when viewing the saved file. For more information about code pages, see [CODEPG].