In This Topic
GdPicture14.WPF Namespace / GdViewer Class / AnnotationEnableMultiSelect Property

AnnotationEnableMultiSelect Property (GdViewer)

In This Topic
Specifies if GdPicture/XMP annotations must be clipped to page bounds. Default value is true.
Syntax
'Declaration

 

Public Property AnnotationEnableMultiSelect As Boolean
public bool AnnotationEnableMultiSelect {get; set;}
public read-write property AnnotationEnableMultiSelect: Boolean; 
public function get,set AnnotationEnableMultiSelect : boolean
public: __property bool get_AnnotationEnableMultiSelect();

public: __property void set_AnnotationEnableMultiSelect( 

   bool value

);
public:

property bool AnnotationEnableMultiSelect {

   bool get();

   void set (    bool value);

}
See Also