다음을 통해 공유


PdfRenderer.Page.ImageContents Property

Definition

Return list of PdfPageImageContent found on the page, ordered left to right and top to bottom.

public System.Collections.Generic.IList<Android.Graphics.Pdf.Content.PdfPageImageContent> ImageContents { [Android.Runtime.Register("getImageContents", "()Ljava/util/List;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getImageContents", "()Ljava/util/List;", "", ApiSince=35)>]
member this.ImageContents : System.Collections.Generic.IList<Android.Graphics.Pdf.Content.PdfPageImageContent>

Property Value

list of image content found on the page.

Attributes

Remarks

Return list of PdfPageImageContent found on the page, ordered left to right and top to bottom. It contains all the content associated with images found on the page including alt text. The list will be empty if there are no results found. Currently, localisation does not have any impact on the order in which PdfPageImageContent is returned.

Java documentation for android.graphics.pdf.PdfRenderer.Page.getImageContents().

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.

Applies to