'Declaration <DescriptionAttribute("The size, in megapixels, of image buffer which stores image in the current scale for client rectangle of the viewer.")> <DefaultValueAttribute(4)> <CategoryAttribute("VintaSoft")> Public Property ViewerBufferSize As Double
[Description("The size, in megapixels, of image buffer which stores image in the current scale for client rectangle of the viewer.")] [DefaultValue(4)] [Category("VintaSoft")] public double ViewerBufferSize { get; set; }
[Description("The size, in megapixels, of image buffer which stores image in the current scale for client rectangle of the viewer.")] [DefaultValue(4)] [Category("VintaSoft")] public: __property double get_ViewerBufferSize(); public: __property void set_ViewerBufferSize(
double value
);
[Description("The size, in megapixels, of image buffer which stores image in the current scale for client rectangle of the viewer.")] [DefaultValue(4)] [Category("VintaSoft")] public:
property double ViewerBufferSize { double get(); void set(double value); }
Property Value
Значение по умолчанию - 4 мегапикселя.