UOFTranslator
IsUof Method (Stream)
|
Gets whether the file is uof 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 IsUof(
Stream stream
)
Protected Function IsUof (
stream As Stream
) As Boolean
protected:
bool IsUof(
Stream^ stream
)
member IsUof :
stream : Stream -> bool
Parameters
-
stream
-
Type:
System.IO
Stream
Return Value
Type:
Boolean
See Also