Leadtools.Codecs Namespace > CodecsGifOptions Class : Save Property |
public CodecsGifSaveOptions Save {get;}
'Declaration Public ReadOnly Property Save As CodecsGifSaveOptions
'Usage Dim instance As CodecsGifOptions Dim value As CodecsGifSaveOptions value = instance.Save
public CodecsGifSaveOptions Save {get;}
@property (nonatomic, strong, readonly) LTCodecsGifSaveOptions* save;
get_Save();
public: property CodecsGifSaveOptions^ Save { CodecsGifSaveOptions^ get(); }