PdfRichMediaAnnotation.Assets Property

Gets the collection of embedded file specifications associated with this PdfRichMediaAnnotation.

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

Syntax

C#
public PdfFileSpecificationCollection Assets { get; }
VB
Public ReadOnly Property Assets As PdfFileSpecificationCollection
	Get

Property Value

Type: PdfFileSpecificationCollection
The collection of file specifications associated with this annotation.

See Also