.NET Framework Class Library
Plot.PlotPDFTIF2 Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > Plot Class > Plot Methods >

.NET Framework Class Library
Plot.PlotPDFTIF2 Method

Plots PDF or TIFF files, with specification of sheet number.

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

Syntax

Visual Basic

Public Sub PlotPDFTIF2 ( _

 fullPathName As String, _
 sheetNumber As Integer, _
 Optional paperSize As String = "NOTUSED" _
)

C#

public void PlotPDFTIF2(

 string fullPathName,
 int sheetNumber,
 string paperSize = "NOTUSED"
)

Visual C++

public:

void PlotPDFTIF2(
 StringfullPathName,
 int sheetNumber,
 StringpaperSize = L"NOTUSED"
)

JavaScript

function plotPDFTIF2(fullPathNamesheetNumberpaperSize);

Parameters

fullPathName

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

sheetNumber

Type: System.Int32
specific page number that must be printed

paperSize (Optional)

Type: System.String
Optional. The paper size (like "A4", "A3",...), ignored if set to "NOTUSED".

Remarks

Available starting from R15 release.

See Also

Plot Class

Plot Members

MwPDMApi Namespace