Loads a set of image files as pages of a document.

Namespace:  C1.Win.C1PrintPreview
Assembly:  C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)

Syntax

C#
public void LoadDoc(
	string path,
	string docName
)
Visual Basic (Declaration)
Public Sub LoadDoc ( _
	path As String, _
	docName As String _
)

Parameters

path
Type: System..::.String
Specifies the image file(s) to load.
docName
Type: System..::.String

See Also