A PDThumb is a thumbnail preview image of a page.
Product availability: All |
Platform availability: All |
Syntax
typedef struct _t_PDThumb* PDThumb;
A thumbnail preview image of a page.
See Also
File: PDBasicExpT.h |
Line: 113 |
Product availability: All |
Platform availability: All |
Syntax
File: PDExpT.h |
Line: 3229 |
Product availability: All |
Platform availability: All |
Syntax
File: PDExpT.h |
Line: 3244 |
Product availability: All |
Platform availability: All |
Syntax
struct _t_PDThumbCreationServer {}
A data structure containing callbacks that implement a creation server. The callbacks implement the creation server functions.
See Also
File: PDExpT.h |
Line: 3235 |
Elements
Product availability: All |
Platform availability: All |
Syntax
void (*PDThumbCreationDrawThumbProc)(PDThumb thumb, void *clientData)
(Optional) A callback for PDThumbCreationServer. It is called after PDThumbCreationGetThumbDataProc() and after a PDThumb has been created. It gives the server a chance to draw the thumbnail image in a status window. It may be NULL
.
See Also
File: PDExpT.h |
Line: 3227 |
Product availability: All |
Platform availability: All |
Syntax
(Optional) A callback for PDThumbCreationServer. It is called for each page that does not currently contain a thumbnail image. It may be NULL
. If it is NULL
, the thumbnail data is generated by the default thumbnail generator.
See Also
File: PDExpT.h |
Line: 3213 |
Product availability: All |
Platform availability: All |
Syntax
(Optional) A callback for PDThumbCreationServer. It is called before processing each page. It may be NULL
.
See Also
File: PDExpT.h |
Line: 3178 |
Product availability: Acrobat, PDFL |
Platform availability: Macintosh, Windows, UNIX |
Syntax
Gets an ASStm from a thumbnail data.
Parameters
| thumb — | The thumb for which image data is to be retrieved. |
|
| height — | (Filled by the method) The height of the thumbnail. |
|
| width — | (Filled by the method) The width of the thumbnail. |
|
| bpc — | (Filled by the method) The number of bits per component in the thumbnail image's data. |
|
| csName — | (Filled by the method) The color space in which thumnail data is represented. |
Returns
See Also
File: PDProcs.h |
Line: 11686 |
Product availability: Acrobat, PDFL |
Platform availability: Macintosh, Windows, UNIX |
Syntax
Gets an ASStm from a thumbnail's indexed color space table.
Parameters
| thumb — | The thumb for which image data is to be retrieved. |
|
| hival — | (Filled by the method) The highest valid index in the lookup table for the Indexed color space. |
|
| baseColorSpaceName — | (Filled by the method) The base color space in which the values in the color table are to be interpreted. |
Returns
See Also
File: PDProcs.h |
Line: 11700 |
© 2004-2013 Adobe Systems Incorporated. All rights reserved.
Thu Jan 21 2016, 11:19 AM IST