.NET Framework Class Library
Plot.PlotPDFTIF Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > 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(
String^ fullPathName,
String^ paperSize
)

JavaScript

function plotPDFTIF(fullPathName, paperSize);

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