OfdConverter Constructor (Stream)
|
Initializes a new instance of the class.
Namespace:
Spire.Pdf.Conversion
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public OfdConverter(
Stream fileStream
)
Public Sub New (
fileStream As Stream
)
public:
OfdConverter(
Stream^ fileStream
)
new :
fileStream : Stream -> OfdConverter
Parameters
-
fileStream
-
Type:
System.IO
Stream
The ofd file stream.
See Also