'Declaration Public Function New( _
ByVal filenameThe name of the image file.As System.String, _
ByVal readOnlyAccessA value indicating whether image file should be opened in read-only mode.As Boolean _
)
public Jpeg2000File(
System.String filename,
bool readOnlyAccess
)
public: Jpeg2000File(
System.String filename,
bool readOnlyAccess
)
public:
Jpeg2000File(
System.String filename,
bool readOnlyAccess
)
Parameters
- filename
- The name of the image file.
- readOnlyAccess
- A value indicating whether image file should be opened in read-only mode.