User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.customppi

Table of Contents

IGIS_Viewer.CustomPPI property

DK11 for ActiveX | TatukGIS_XDK11.IGIS_Viewer.CustomPPI | Methods | Properties

Custom resolution in pixels-per-inch. If <> 0 then used instead of SystemPPI

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

Syntax

// C#
public Integer CustomPPI
{
  get {}
  set {}
}
' VisualBasic
Public Property CustomPPI As Integer
  Get
  End Get
  Set(ByVal value As Integer)
  End Set
End Property
// Oxygene
public
  property CustomPPI : Integer read read;

Value

Type
int
Integer
2022/11/16 01:08

Page Tools