TBitmap pe 32 de biți randat, direct în loc, pentru afișare în mod întunecat sau cu contrast ridicatprocedure InvertPdfBitmap(Bitmap: TBitmap);
| Bitmap | TBitmap |
The helper forces pf32bit and updates ScanLine pixels directly, so it works after RenderPage or ToBitmap without an extra staging buffer
Use these helpers before displaying, saving, or exporting the rendered bitmap when the reader needs a low-vision colour mode
Bitmap := Pdf1.RenderPage(0, 0, Width, Height);
InvertPdfBitmap(Bitmap);