PdfRichMediaAnnotationWidget
RichMediaData Property
|
Get the rich media data.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public byte[] RichMediaData { get; }
Public ReadOnly Property RichMediaData As Byte()
Get
public:
property array<unsigned char>^ RichMediaData {
array<unsigned char>^ get ();
}
member RichMediaData : byte[] with get
Property Value
Type:
Byte
See Also