'Declaration Public Shared Function IsValidFormat( _
ByVal streamThe stream.As System.IO.Stream _
) As Boolean
public static bool IsValidFormat(
System.IO.Stream stream
)
public: static bool IsValidFormat(
System.IO.Stream* stream
)
public:
static bool IsValidFormat(
System.IO.Stream^ stream
)
Parameters
- stream
- The stream.
Return Value
True if stream contains PSD file; otherwise, false.