GetPosterTileInfo
Document manipulation
Description
Retrieves tiling poster layout coordinates and sizing for a specific tile index
Syntax
Delphi
Function TPDFlib.GetPosterTileInfo(PageWidth, PageHeight, TargetWidth, TargetHeight, Margin, Overlap, Scale: Double; TileIndex: Integer; Out Info: TPDFlibPosterTileInfo): Integer;Parameters
| PageWidth | The width of the source page |
|---|---|
| PageHeight | The height of the source page |
| TargetWidth | The target media width of the poster paper sheets |
| TargetHeight | The target media height of the poster paper sheets |
| Margin | The margin width to leave around the edges of poster sheets |
| Overlap | The overlap width between adjacent poster sheets |
| Scale | The scale factor to apply to page contents |
| TileIndex | The index of the specific poster tile to query |
| Info | The output record containing the calculated poster tile properties |
Return values
1 if the tile index is valid and information was retrieved, or 0 otherwise