FILEPOWERPOINTOPTIONS

Summary

The FILEPOWERPOINTOPTIONS structure provides information on loading Microsoft PowerPoint 2003 (PPT) and Microsoft PowerPoint 2007 (PPTX) files in LEADTOOLS.

Syntax

typedef struct _FILEPOWERPOINTOPTIONS 
{ 
   L_UINT uStructSize; 
   L_UINT32 uFlags; 
} FILEPOWERPOINTOPTIONS, *pFILEPOWERPOINTOPTIONS; 

Members

uStructSize

Size of the structure. This must be set before passing this structure to the LEAD functions. Use sizeof(FILEPOWERPOINTOPTIONS) to calculate this value.

uFlags

Flag that indicates how Excel files are rendered:

Value Meaning
POWERPOINT_FLAGS_SHOW_HIDDEN_SLIDES [0x00000001] Render all hidden slides (On by default).

Comments

pFILEPOWERPOINTOPTIONS is a pointer to a FILEPOWERPOINTOPTIONS structure.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.