Accusoft.ImagXpress13.Net
ProgressPercent Property (ImagXpress)




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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback