'Declaration Public Function New( _
ByVal filenameThe name of the image file.As System.String, _
ByVal modeA FileMode constant that determines how to open or create the image file.As System.IO.FileMode _
)
public Jpeg2000File(
System.String filename,
System.IO.FileMode mode
)
public: Jpeg2000File(
System.String filename,
System.IO.FileMode mode
)
public:
Jpeg2000File(
System.String filename,
System.IO.FileMode mode
)
Parameters
- filename
- The name of the image file.
- mode
- A FileMode constant that determines how to open or create the image file.