DK11 for ActiveX | TatukGIS_XDK11.TGIS_PrintManagerAbstract | Classes | Methods | Properties
Basic print manager class to be used as a base class for print managers.
// C# public class TGIS_PrintManagerAbstract : ITGIS_PrintManagerAbstract { }
' VisualBasic Public Class TGIS_PrintManagerAbstract Implements ITGIS_PrintManagerAbstract End Class
// Oxygene type TGIS_PrintManagerAbstract = public class end;
Name | Visibility | Description | |
---|---|---|---|
AttachDelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DelphiObj | public | Only for internal use of TatukGIS. (Inherited from ITBaseObject) |
|
DrawControl | public | Print a control. | |
DrawControl_2 | public | Print a control. | |
DrawGraphic | public | Print a graphic. | |
DrawMap | public | Print a map given by the viewer using passed _printer. | |
DrawMap_2 | public | Print a map given by the viewer. | |
GetDrawingParams | public | Get the actual scale of the map to be printed. | |
public | Print a map given by the viewer using default printer. | ||
Print_2 | public | Print a map given by the viewer using passed _printer. | |
Print_3 | public | Print a map given by the viewer using passed _printer. | |
Name | Visibility | Description | |
---|---|---|---|
Footer | public | Text for the footer that will appear on a printed page. | |
FooterFont | public | Font for the header that will appear on a printed page. | |
OverlappedExtentMargin | public | Margin (in pixels) to scan around a printed tile. | |
Subtitle | public | Text for the subtitle that will appear on a printed page. | |
SubtitleFont | public | Font for the subtitle that will appear on a printed page. | |
Template | public | Print template object. | |
TemporaryVisibleExtent | public | Used to force rendering labels. | |
TileSize | public | Size of tile (in pixels) used when printing semitransparent layers. | |
Title | public | Text for the title that will appear on a printed page. | |
TitleFont | public | Font for the title that will appear on a printed page. | |
Available metadata keys :
Metadata | Values | Default | Description |
---|---|---|---|
TGIS_PrintManager.DisableGlow | TRUE FALSE | FALSE | True disables NorthArrow & Scale controls glowing shadow. Use this if a printer does not support transparency (e.g. some PDF proi9nters). |
TGIS_PrintManager.OverlappedExtentMargin | Integer | -1 | Width (in pixels) of a margin which will be searched around every printed tile. Default value is -1, it means a 50-inch margin. |