User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.printpdf_widestring_single_single

Table of Contents

IGIS_Viewer.PrintPdf method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.PrintPdf | Methods | Properties

Prints the current extent to PDF.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public void PrintPdf(
  WideString _path,
  float _width,
  float _height
);
' VisualBasic
Public Sub PrintPdf(
  ByVal _path As WideString,
  ByVal _width As Single,
  ByVal _height As Single
)
// Oxygene
public
  procedure PrintPdf(
    _path : WideString;
    _width : Single;
    _height : Single
  );

Parameters

Name Type Description
_path WideString Name of the file to be written.
_width float
Single
Width of the PDF page expressed in points (1/72 inch).
_height float
Single
Height of the PDF page expressed in points (1/72 inch).
2026/07/11 00:07

Page Tools