Gets or sets the maximum of height of custom images in inches for the imaging profile.
Namespace:
Relativity.Imaging.Services.InterfacesAssembly:
Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
public Nullable<decimal> MaximumImageHeight { get; set; }
public Nullable<decimal> MaximumImageHeight { get; set; }
Public Property MaximumImageHeight As Nullable(Of Decimal)
Get
Set
Public Property MaximumImageHeight As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal> MaximumImageHeight {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
public:
property Nullable<Decimal> MaximumImageHeight {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member MaximumImageHeight : Nullable<decimal> with get, set
member MaximumImageHeight : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
Corresponds to the Maximum Image Height (Inches) option under the Basic Imaging Engine Options section.
Reference