'Declaration Public Overloads Overrides Sub SaveChanges( _
ByVal filenameThe filename to save the JPEG2000 file.As System.String, _
ByVal progressControllerProgress controller.As Vintasoft.Imaging.Utils.IProgressController _
)
public override void SaveChanges(
System.String filename,
Vintasoft.Imaging.Utils.IProgressController progressController
)
public: void SaveChanges(
System.String filename,
Vintasoft.Imaging.Utils.IProgressController* progressController
); override
public:
void SaveChanges(
System.String filename,
Vintasoft.Imaging.Utils.IProgressController^ progressController
); override
Parameters
- filename
- The filename to save the JPEG2000 file.
- progressController
- Progress controller.