Accusoft.TwainPro9.Net
Interlaced Property




Gets and sets if the image is saved in an interlaced or non-interlaced format.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies if the image is saved as interlaced or not.")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
Public Property Interlaced As Boolean
'Usage
 
Dim instance As SaveOptionsPng
Dim value As Boolean
 
instance.Interlaced = value
 
value = instance.Interlaced
[Description("Specifies if the image is saved as interlaced or not.")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
public bool Interlaced {get; set;}
[Description("Specifies if the image is saved as interlaced or not.")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
public: __property bool get_Interlaced();
public: __property void set_Interlaced( 
   bool value
);
[Description("Specifies if the image is saved as interlaced or not.")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
public:
property bool Interlaced {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to save the image in an interlaced format. Otherwise, false is used.
See Also

Reference

SaveOptionsPng Class
SaveOptionsPng Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback