|
THPDFPage.SetPageThumbnail / ClearPageThumbnail
|
Supported Image Formats |
|
Attaches або removes page thumbnail image (PDF page /Thumb entry, ISO 32000-1 §12.3.4) PDF viewers (Adobe Acrobat, Foxit, browser viewers) display referenced image in navigation panel without rasterising page content themselves, which makes opening image-heavy archives faster
Delphi syntax: procedure SetPageThumbnail(ImageIndex: Integer); procedure ClearPageThumbnail;
Parameters ImageIndex is value returned by prior THotPDF.AddImage або THotPDF.AddImageFromFile call Underlying Image XObject referenced indirectly per spec, so same image may also be drawn on regular page without conflict Pass negative index to remove existing /Thumb entry
Опис Each PDF page can carry an indirect reference to an Image XObject in its
Example PDF := THotPDF.Create(nil);
Availability HotPDF v2.119.13. The PDF
See also: Supported Image Formats, THPDFPage |