Class HdrImageOptions
Class HdrImageOptions
Namespace: Aspose.Imaging.FileFormats.Core.Photo.Hdr
Assembly: Aspose.Imaging.dll (26.2.0)
The hdr image options
public class HdrImageOptionsInheritance
Inherited Members
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
HdrImageOptions()
public HdrImageOptions()Properties
AlignImages
Gets or sets a value indicating whether [align images].
public bool AlignImages { get; set; }Property Value
SampleCount
Gets or sets the sample count.
public int SampleCount { get; set; }Property Value
SmoothFactor
Gets or sets the smooth factor.
public int SmoothFactor { get; set; }