Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public bool LoadFromStream(
	Stream stream
)
Visual Basic
Public Function LoadFromStream ( _
	stream As Stream _
) As Boolean
Visual C++
public:
bool LoadFromStream(
	Stream^ stream
)

Parameters

stream
Type: System.IO..::..Stream

See Also