IUOFTranslator
OoxToUof Method
|
Oox To Uof
Namespace:
Spire.Pdf.General.Paper.Uof
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
void OoxToUof(
Stream inputStream,
Stream outputStream
)
Sub OoxToUof (
inputStream As Stream,
outputStream As Stream
)
void OoxToUof(
Stream^ inputStream,
Stream^ outputStream
)
abstract OoxToUof :
inputStream : Stream *
outputStream : Stream -> unit
Parameters
-
inputStream
-
Type:
System.IO
Stream
-
outputStream
-
Type:
System.IO
Stream
See Also