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

Print 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 to.
_width float
Single
Width of the PDF page expressind in p[oint (1/72 of inch)
_height float
Single
Height of the PDF page expressind in p[oint (1/72 of inch)
2025/10/03 20:48

Page Tools