typedef struct _tagMSReaderSettings{L_UINT32 uStructSize;L_BOOL bBullets;L_BOOL bCrossrefs;DOC2_HEADERFOOTERSETTING HFSetng;DOC2_DPISETTING DpiSetng;DOC2_TABLESETTING TableSetng;} MSREADERSETTINGS, * pMSREADERSETTINGS;
The MSREADERSETTINGS structure provides information about settings for the DOC2_MICROSOFT_READER output format.
Structure size. Set it to sizeof(MSREADERSETTINGS).
Specifies whether bullets are in the document. Possible values are:
| Value | Meaning |
|---|---|
| TRUE | Bullets are in the document. |
| FALSE | Bullets are not in the document. |
Specifies whether to keep cross-references. Possible values are:
| Value | Meaning |
|---|---|
| TRUE | Keep cross-references. |
| FALSE | Do not keep cross-references. |
Specifies the header and footer settings for the document. For a list of possible values, refer to DOC2_HEADERFOOTERSETTING.
Specifies the DPI setting. For a list of possible values, refer to DOC2_DPISETTING.
Specifies the table settings. For a list of possible values, refer to DOC2_TABLESETTING.
pMSREADERSETTINGS is a pointer to a MSREADERSETTINGS structure. If the function parameter type is pMSREADERSETTINGS, declare a MSREADERSETTINGS variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pMSREADERSETTINGS variable is necessary only if the program requires a pointer.
The structure is used by: