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