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