.NET Framework Class Library
Plot.PlotPDFTIF Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Plot Class > Plot Methods >

.NET Framework Class Library
Plot.PlotPDFTIF Method

Plots PDF or TIFF files.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Sub PlotPDFTIF ( _

 fullPathName As String, _
 paperSize As String _
)

C#

public void PlotPDFTIF(

 string fullPathName,
 string paperSize
)

Visual C++

public:

void PlotPDFTIF(
 StringfullPathName,
 StringpaperSize
)

JavaScript

function plotPDFTIF(fullPathNamepaperSize);

Parameters

fullPathName

Type: System.String
full path name of the PDF/TIF file to be plotted

paperSize

Type: System.String
paper size (like "A4", "A3",...)

Remarks

See Also

Plot Class

Plot Members

MwPDMApi Namespace