A PDThumb is a thumbnail preview image of a page.
Product availability: PDFL |
Platform availability: Macintosh, Windows, UNIX |
Syntax
typedef struct _t_PDThumb* PDThumb;
A thumbnail preview image of a page.
See Also
File: PDBasicExpT.h |
Line: 113 |
Product availability: PDFL |
Platform availability: Macintosh, Windows, UNIX |
Syntax
File: PDExpT.h |
Line: 3234 |
Product availability: PDFL |
Platform availability: Macintosh, Windows, UNIX |
Syntax
File: PDExpT.h |
Line: 3249 |
Product availability: PDFL |
Platform availability: Macintosh, Windows, UNIX |
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: 3240 |
Elements
Product availability: PDFL |
Platform availability: Macintosh, Windows, UNIX |
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: 3232 |
Product availability: PDFL |
Platform availability: Macintosh, Windows, UNIX |
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: 3218 |
Product availability: PDFL |
Platform availability: Macintosh, Windows, UNIX |
Syntax
(Optional) A callback for PDThumbCreationServer. It is called before processing each page. It may be NULL
.
See Also
File: PDExpT.h |
Line: 3183 |
Product availability: 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: 11691 |
Product availability: 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: 11705 |
Copyright 2020 Adobe Systems Incorporated and its licensors. All rights reserved. Adobe and the Adobe logo are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. This product contains either BSAFE and/or TIPEM software by RSA Security, Inc. Portions utilize Microsoft Windows Media Technologies. Copyright © 2006 Microsoft Corporation. All Rights Reserved. Notices, terms and conditions pertaining to other third party software are located at http://www.adobe.com/go/thirdparty/ and incorporated herein by reference.
Wed Feb 7 2024, 2:16 pm IST