←Select platform

StampHeight Property

Summary

Gets and sets the height for the stamp image.

Syntax

C#
Objective-C
C++/CLI
Java
Python
public int StampHeight { get; set; } 
@property (nonatomic, assign) NSUInteger stampHeight; 
public int getStampHeight() 
public void setStampHeight(int value) 
public: 
property int StampHeight { 
   int get(); 
   void set (    int ); 
} 
StampHeight # get and set (CodecsAvifSaveOptions) 

Property Value

The height 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.

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.