UOFTranslator
IsOox Method (String)
|
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(
string fileName
)
Protected Function IsOox (
fileName As String
) As Boolean
protected:
bool IsOox(
String^ fileName
)
member IsOox :
fileName : string -> bool
Parameters
-
fileName
-
Type:
System
String
Return Value
Type:
Boolean
See Also