XFINIUM.PDF Documentation
Asset Property



Xfinium.Pdf.Annotations Namespace > PdfRichMediaInstance Class : Asset Property
Gets or sets the associated asset with this instance.
Syntax
'Declaration
 
Public Property Asset As PdfRichMediaAsset
'Usage
 
Dim instance As PdfRichMediaInstance
Dim value As PdfRichMediaAsset
 
instance.Asset = value
 
value = instance.Asset
public PdfRichMediaAsset Asset {get; set;}
public:
property PdfRichMediaAsset^ Asset {
   PdfRichMediaAsset^ get();
   void set (    PdfRichMediaAsset^ value);
}

Property Value

The asset associated with the instance.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfRichMediaInstance Class
PdfRichMediaInstance Members