Namespace: Spire.OfficeViewer.Forms
Assembly: Spire.OfficeViewer.Forms (in Spire.OfficeViewer.Forms.dll) Version: 6.6.2.0 (6.6.2.8020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void LoadFromStream(
	Stream stream,
	FileType filetype,
	string password
)
Public Sub LoadFromStream ( 
	stream As Stream,
	filetype As FileType,
	password As String
)
public:
void LoadFromStream(
	Stream^ stream, 
	FileType filetype, 
	String^ password
)
member LoadFromStream : 
        stream : Stream * 
        filetype : FileType * 
        password : string -> unit 

Parameters

stream
Stream

[Missing <param name="stream"/> documentation for "M:Spire.OfficeViewer.Forms.DocumentViewer.LoadFromStream(System.IO.Stream,Spire.OfficeViewer.Forms.FileType,System.String)"]

filetype
FileType

[Missing <param name="filetype"/> documentation for "M:Spire.OfficeViewer.Forms.DocumentViewer.LoadFromStream(System.IO.Stream,Spire.OfficeViewer.Forms.FileType,System.String)"]

password
String

[Missing <param name="password"/> documentation for "M:Spire.OfficeViewer.Forms.DocumentViewer.LoadFromStream(System.IO.Stream,Spire.OfficeViewer.Forms.FileType,System.String)"]

See Also