Gets or sets a value that indicates whether to display the J2K Options button in the File Save Options dialog box.
public bool ShowFileOptionsJ2kOptions { get; set; }
Public Property ShowFileOptionsJ2kOptions As Boolean
public:
property bool ShowFileOptionsJ2kOptions {
bool get();
void set ( bool value);
}
true to display the J2K Options button; otherwise, false.
When the J2K Options button is clicked, the JPEG2000 Options dialog box displays. Set this to true to give the user the ability to view the Jpeg2000 Options dialog.
Refer to RasterSaveDialog example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET