Accusoft.ImagXpress13.Net
Interlaced Property (SaveOptionsPng)




Gets and sets if the image is saved in an interlaced or non-interlaced format.
Syntax
'Declaration
 
Public Property Interlaced As Boolean
'Usage
 
Dim instance As SaveOptionsPng
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 in an interlaced format. Otherwise, false is used.
See Also

Reference

SaveOptionsPng Class
SaveOptionsPng Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback