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