DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.PrintPdf_2 | Methods | Properties
Print current extent to PDF.
// 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 );
| 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) |