XFINIUM.PDF.View.Wpf Documentation
ShowDefaultAnnotationContextMenu Property



Xfinium.Pdf.View Namespace > PdfDocumentView Class : ShowDefaultAnnotationContextMenu Property
Gets of sets a flag indicating whether the default annotation context menu should be displayed when right-clicking on an annotation.
Syntax
'Declaration
 
<CategoryAttribute("PDF Annotations")>
<DescriptionAttribute("Shows the default annotation context menu.")>
<DefaultValueAttribute(True)>
Public Property ShowDefaultAnnotationContextMenu As Boolean
'Usage
 
Dim instance As PdfDocumentView
Dim value As Boolean
 
instance.ShowDefaultAnnotationContextMenu = value
 
value = instance.ShowDefaultAnnotationContextMenu
[Category("PDF Annotations")]
[Description("Shows the default annotation context menu.")]
[DefaultValue(true)]
public bool ShowDefaultAnnotationContextMenu {get; set;}
[Category("PDF Annotations")]
[Description("Shows the default annotation context menu.")]
[DefaultValue(true)]
public:
property bool ShowDefaultAnnotationContextMenu {
   bool get();
   void set (    bool value);
}

Property Value

True if default annotation context menu should be displayed.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfDocumentView Class
PdfDocumentView Members