Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / RichMediaAnnotation Class / PresentationStyle Property

In This Topic
    PresentationStyle Property
    In This Topic
    Gets or sets the GrapeCity.Documents.Pdf.Spec.IPdfName object specifying the style of presentation of the rich media (embedded or windowed). The RichMediaAnnotationPresentationStyle static class defines the valid values.
    Syntax
    'Declaration
     
    Public Property PresentationStyle As IPdfName
    public IPdfName PresentationStyle {get; set;}
    See Also