.NET Framework Class Library
Plot.PlotPDFTIF2 Method
|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > .NET API > MwPDMApi Namespace > Plot Class > Plot Methods > .NET Framework Class Library |
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, _ |
C# |
|---|
public void PlotPDFTIF2( string fullPathName, |
Visual C++ |
|---|
public: void PlotPDFTIF2( |
JavaScript |
|---|
function plotPDFTIF2(fullPathName, sheetNumber, paperSize); |
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