Jpeg2000ImageData.IsValid

Overloads

IsValid(Byte[])Returns a value indicating if the provides file header is valid for a JPEG2000 image.
IsValid(String)Returns a value indicating if the provides file extension is valid for a JPEG2000 image.

IsValid(Byte[])

Returns a value indicating if the provides file header is valid for a JPEG2000 image.

public static bool IsValid(Byte[] header)
Shared Function IsValid(header As Byte()) As Boolean

Parameters

header
Byte[]

Returns

Boolean

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

IsValid(String)

Returns a value indicating if the provides file extension is valid for a JPEG2000 image.

public static bool IsValid(string fileExtension)
Shared Function IsValid(fileExtension As String) As Boolean

Parameters

fileExtension
String

Returns

Boolean

Licensing Info

This method is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

Jpeg2000ImageData
ceTe.DynamicPDF.Imaging

In this topic