Namespace:  Cryptware.NPDFDigitSign
Assembly:  NPDFDigitSign (in NPDFDigitSign.dll)

Syntax

Visual Basic (Declaration)
Public Function Load ( _
	pdf As Byte() _
) As Integer
C#
public int Load(
	byte[] pdf
)
Visual C++
public:
int Load(
	array<unsigned char>^ pdf
)
JavaScript
function load(pdf);

Parameters

pdf
Type: array<System..::..Byte>[]()[]

See Also