UOFTranslator
IsOox Method (Stream)
|
Gets whether the file is oox or not.
Namespace:
Spire.Pdf.General.Paper.Uof
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected bool IsOox(
Stream stream
)
Protected Function IsOox (
stream As Stream
) As Boolean
protected:
bool IsOox(
Stream^ stream
)
member IsOox :
stream : Stream -> bool
Parameters
-
stream
-
Type:
System.IO
Stream
Return Value
Type:
Boolean
See Also