User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.printpdf_2__stream_single_single

Table of Contents

IGIS_Viewer.PrintPdf_2 method

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

Print current extent to PDF.

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

Syntax

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

Parameters

Name Type Description
_stream _stream Stream to which pdf should be written.
_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