←Select platform

SaveWithStamp Property

Summary

Enables and disables saving stamp images when saving Avif images.

Syntax

C#
Objective-C
C++/CLI
Java
Python
public bool SaveWithStamp { get; set; } 
@property (nonatomic, assign) BOOL saveWithStamp; 
public boolean getSaveWithStamp() 
public void setSaveWithStamp(boolean value) 
public: 
property bool SaveWithStamp { 
   bool get(); 
   void set (    bool ); 
} 
SaveWithStamp # get and set (CodecsAvifSaveOptions) 

Property Value

Value Description
true To save stamp images
false To not save stamp images. The default value is false.

Example

For an example, refer to CodecsAvifOptions.

Requirements

Target Platforms

See Also

CodecsAvifSaveOptions Class

CodecsAvifSaveOptions Members

AV1 File Format (AVIF)

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.