Accusoft.ImagXpress13.Net
ProgressPercent Property (ImagXpress)




Gets or sets the progress percent.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets how often the progress event will fire.")>
Public Property ProgressPercent As Integer
'Usage
 
Dim instance As ImagXpress
Dim value As Integer
 
instance.ProgressPercent = value
 
value = instance.ProgressPercent
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets how often the progress event will fire.")]
public int ProgressPercent {get; set;}
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets how often the progress event will fire.")]
public: __property int get_ProgressPercent();
public: __property void set_ProgressPercent( 
   int value
);
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[BrowsableAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets how often the progress event will fire.")]
public:
property int ProgressPercent {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the progress percent.
Remarks

The default value is 10.

See Also

Reference

ImagXpress Class
ImagXpress Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback