Loads a document previously saved as a collection of image files.
Namespace:
C1.Win.C1PrintPreviewAssembly: C1.Win.C1PrintPreview.Classic.2 (in C1.Win.C1PrintPreview.Classic.2.dll)
Syntax
C# |
---|
public void LoadDoc( string path, string mask, string docName ) |
Visual Basic (Declaration) |
---|
Public Sub LoadDoc ( _ path As String, _ mask As String, _ docName As String _ ) |
Parameters
- path
- Type: System..::.String
File or directory name
- mask
- Type: System..::.String
If not null, files matching the specified mask only are loaded
- docName
- Type: System..::.String