ImageGear21.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : OpenAnnotations Property |
'Declaration <CategoryAttribute("File Open Options")> Public Property OpenAnnotations As Boolean
'Usage Dim instance As PageView Dim value As Boolean instance.OpenAnnotations = value value = instance.OpenAnnotations
[CategoryAttribute("File Open Options")] public bool OpenAnnotations {get; set;}
[CategoryAttribute("File Open Options")] public: __property bool get_OpenAnnotations(); public: __property void set_OpenAnnotations( bool value );
[CategoryAttribute("File Open Options")] public: property bool OpenAnnotations { bool get(); void set ( bool value); }
Defaults to false.
Value is used as initial default in FileOpeningEventArgs.OpenAnnotations for FileOpening event.
If set to true, then the ART assembly is required.