'Declaration <DescriptionAttribute("Space between images, in hundredths of an inch.")> <DefaultValueAttribute(5)> <CategoryAttribute("VintaSoft")> Public Property DistanceBetweenImages As System.Int32
[Description("Space between images, in hundredths of an inch.")] [DefaultValue(5)] [Category("VintaSoft")] public System.Int32 DistanceBetweenImages { get; set; }
[Description("Space between images, in hundredths of an inch.")] [DefaultValue(5)] [Category("VintaSoft")] public: __property System.Int32 get_DistanceBetweenImages(); public: __property void set_DistanceBetweenImages(
System.Int32 value
);
[Description("Space between images, in hundredths of an inch.")] [DefaultValue(5)] [Category("VintaSoft")] public:
property System.Int32 DistanceBetweenImages { System.Int32 get(); void set(System.Int32 value); }
Property Value
Default value is 5.