←Select platform

StampWidth Property

Summary

Gets and sets the width for the stamp image.

Syntax

C#
Objective-C
C++/CLI
Java
Python
public int StampWidth { get; set; } 
@property (nonatomic, assign) NSUInteger stampWidth; 
public int getStampWidth() 
public void setStampWidth(int value) 
public: 
property int StampWidth { 
   int get(); 
   void set (    int ); 
} 
StampWidth # get and set (CodecsAvifSaveOptions) 

Property Value

The width for the stamp image. The default value is 0.

Note

  • The HEIF file format specification recommends that the width and height of the stamp are set to values <= 320.
  • The MIAF file format specification also recommends that the image-size to stamp-size ratio result in values <= 200:1.

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.