.NET Framework Class Library
Plot.PlotPDFTIF Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Plot Class > Plot Methods > .NET Framework Class Library |
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, _ |
C# |
|---|
public void PlotPDFTIF( string fullPathName, |
Visual C++ |
|---|
public: void PlotPDFTIF( |
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