PDF .NET Library Documentation - PDF Technologies, Inc.
Initializes a new instance of the PDFOperation class

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public PDFOperation(
	string fileName,
	string pass
)
Visual Basic (Declaration)
Public Sub New ( _
	fileName As String, _
	pass As String _
)
Visual C++
public:
PDFOperation(
	String^ fileName, 
	String^ pass
)

Parameters

fileName
Type: System..::.String
pass
Type: System..::.String

See Also