Condividi tramite


PdfPageLinkContent(IList<RectF>, Uri) Constructor

Definition

Creates a new instance of PdfPageLinkContent using the embedded Uri and the bounds of the uri.

[Android.Runtime.Register(".ctor", "(Ljava/util/List;Landroid/net/Uri;)V", "", ApiSince=35)]
public PdfPageLinkContent (System.Collections.Generic.IList<Android.Graphics.RectF> bounds, Android.Net.Uri uri);
[<Android.Runtime.Register(".ctor", "(Ljava/util/List;Landroid/net/Uri;)V", "", ApiSince=35)>]
new Android.Graphics.Pdf.Content.PdfPageLinkContent : System.Collections.Generic.IList<Android.Graphics.RectF> * Android.Net.Uri -> Android.Graphics.Pdf.Content.PdfPageLinkContent

Parameters

bounds
IList<RectF>

Bounds which envelop the URI.

uri
Uri

Uri embedded in the PDF document.

Attributes

Remarks

Creates a new instance of PdfPageLinkContent using the embedded Uri and the bounds of the uri.

Java documentation for android.graphics.pdf.content.PdfPageLinkContent.PdfPageLinkContent(java.util.List<android.graphics.RectF>, android.net.Uri).

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