![]() | InDesign SDK 20.5 |
#include <IGIFImageWriteOptions.h>

Public Member Functions | |
| virtual void | SetInterlaced (bool16 interlaced)=0 |
| virtual bool16 | GetInterlaced () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Simple data interface for storing options related to GIF export.
| pure virtual |
| pure virtual |
Sets the interlaced option for GIF export.
| interlaced | IN kTrue if GIF should be exported as interlaced, else kFalse |