'Declaration <DefaultValueAttribute(200)> <DescriptionAttribute("The preview interval, in milliseconds, of intermediate image (e.g. PDF page).")> <CategoryAttribute("VintaSoft")> Public Property IntermediateImagePreviewInterval As System.Int32
[DefaultValue(200)] [Description("The preview interval, in milliseconds, of intermediate image (e.g. PDF page).")] [Category("VintaSoft")] public System.Int32 IntermediateImagePreviewInterval { get; set; }
[DefaultValue(200)] [Description("The preview interval, in milliseconds, of intermediate image (e.g. PDF page).")] [Category("VintaSoft")] public: __property System.Int32 get_IntermediateImagePreviewInterval(); public: __property void set_IntermediateImagePreviewInterval(
System.Int32 value
);
[DefaultValue(200)] [Description("The preview interval, in milliseconds, of intermediate image (e.g. PDF page).")] [Category("VintaSoft")] public:
property System.Int32 IntermediateImagePreviewInterval { System.Int32 get(); void set(System.Int32 value); }
Property Value
0 - intermediate image will be shown when it is ready; N - intermediate image will be shown every N milliseconds (if possible). Default value is 200 milliseconds.