The path of the document file.
The password required to open the document, if any.
Not documented. Do not use yet.

In This Topic

LoadFromFile Method (DocuViewareControl)

In This Topic
Displays a document from a file.
Syntax
'Declaration
 
Public Function LoadFromFile( _
   ByVal FilePath As String, _
   Optional ByVal Password As String, _
   Optional ByVal ContentEncoding As String _
) As GdPictureStatus
public GdPictureStatus LoadFromFile( 
   string FilePath,
   string Password,
   string ContentEncoding
)

Parameters

FilePath
The path of the document file.
Password
The password required to open the document, if any.
ContentEncoding
Not documented. Do not use yet.

Return Value

A member of the GdPictureStatus enumeration.
Remarks
Supported formats are listed here: http://www.docuvieware.com/product/features/
See Also