Skip to content

Latest commit

 

History

History

RichMediaAnnotations

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Add rich media annotation to PDF document in C# and VB.NET

This sample shows how to create rich media annotation in a PDF document using Docotic.Pdf library.

Use the PdfPage.AddRichMediaAnnotation method to add rich media annotation to a PDF page. You can embed audio, video, or 3D content in your PDF document.

Use PdfRichMediaAnnotation.Activation property to customize activation settings for the created annotation.

See also