PdfRichMediaInstance.Asset Property

Gets a file specification describing the content of this instance.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfFileSpecification Asset { get; }
VB
Public ReadOnly Property Asset As PdfFileSpecification
	Get

Property Value

Type: PdfFileSpecification
The content of this instance.

See Also