Visual Basic (Declaration) | |
---|---|
Public Property ShowFileOptionsJ2kOptions As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterSaveDialog Dim value As Boolean instance.ShowFileOptionsJ2kOptions = value value = instance.ShowFileOptionsJ2kOptions |
C# | |
---|---|
public bool ShowFileOptionsJ2kOptions {get; set;} |
Property Value
true to display the J2K Options button; otherwise, false.Refer to RasterSaveDialog example.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7