WebView.SavePicture(Bundle, File) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Saves the current display data to the Bundle given.
[Android.Runtime.Register("savePicture", "(Landroid/os/Bundle;Ljava/io/File;)Z", "GetSavePicture_Landroid_os_Bundle_Ljava_io_File_Handler")]
[System.Obsolete("deprecated")]
public virtual bool SavePicture (Android.OS.Bundle? b, Java.IO.File? dest);
[<Android.Runtime.Register("savePicture", "(Landroid/os/Bundle;Ljava/io/File;)Z", "GetSavePicture_Landroid_os_Bundle_Ljava_io_File_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member SavePicture : Android.OS.Bundle * Java.IO.File -> bool
override this.SavePicture : Android.OS.Bundle * Java.IO.File -> bool
Parameters
- b
- Bundle
a Bundle to store the display data
- dest
- File
the file to store the serialized picture data. Will be overwritten with this WebView's picture data.
Returns
true
if the picture was successfully saved
- Attributes
Remarks
Saves the current display data to the Bundle given. Used in conjunction with #saveState
.
This member is deprecated. This method is now obsolete.
Java documentation for android.webkit.WebView.savePicture(android.os.Bundle, java.io.File)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.