PdfRendererPreV.Page.RemovePageAnnotation(Int32) 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.
Removes the annotation with the specified id.
[Android.Runtime.Register("removePageAnnotation", "(I)V", "", ApiSince=36)]
public void RemovePageAnnotation(int annotationId);
[<Android.Runtime.Register("removePageAnnotation", "(I)V", "", ApiSince=36)>]
member this.RemovePageAnnotation : int -> unit
Parameters
- annotationId
- Int32
id of the annotation to remove from the page
- Attributes
Remarks
Removes the annotation with the specified id.
PdfRendererPreV#write needs to be called to get the updated PDF stream after calling this method. PdfRendererPreV.Page instance can be closed before calling PdfRendererPreV#write.
Java documentation for android.graphics.pdf.PdfRendererPreV.Page.removePageAnnotation(int).
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.