Accusoft.TwainProSdk Namespace > SaveOptionsPng Class : Interlaced Property |
'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); }