'Declaration <CategoryAttribute("VintaSoft")> <DescriptionAttribute("Current display mode of image viewer.")> <DefaultValueAttribute(SinglePage)> Public Property DisplayMode As Vintasoft.Imaging.UI.ImageViewerDisplayMode
[Category("VintaSoft")] [Description("Current display mode of image viewer.")] [DefaultValue(SinglePage)] public Vintasoft.Imaging.UI.ImageViewerDisplayMode DisplayMode { get; set; }
[Category("VintaSoft")] [Description("Current display mode of image viewer.")] [DefaultValue(SinglePage)] public: __property Vintasoft.Imaging.UI.ImageViewerDisplayMode get_DisplayMode(); public: __property void set_DisplayMode(
Vintasoft.Imaging.UI.ImageViewerDisplayMode value
);
[Category("VintaSoft")] [Description("Current display mode of image viewer.")] [DefaultValue(SinglePage)] public:
property Vintasoft.Imaging.UI.ImageViewerDisplayMode DisplayMode { Vintasoft.Imaging.UI.ImageViewerDisplayMode get(); void set(Vintasoft.Imaging.UI.ImageViewerDisplayMode value); }