PdfPageLinkContent(IList<RectF>, Uri) Constructor
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.
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
- 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.
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.