Accusoft.ImagXpress13.Net
Interlaced Property (SaveOptionsGif)




Gets and sets an indicator if the image is saved to a GIF file with interlaced format.
Syntax
'Declaration
 
Public Property Interlaced As Boolean
'Usage
 
Dim instance As SaveOptionsGif
Dim value As Boolean
 
instance.Interlaced = value
 
value = instance.Interlaced
public bool Interlaced {get; set;}
public: __property bool get_Interlaced();
public: __property void set_Interlaced( 
   bool value
);
public:
property bool Interlaced {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true to save the image to a GIF file with interlaced format.
See Also

Reference

SaveOptionsGif Class
SaveOptionsGif Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback