Gets or sets the maximum width 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> MaximumImageWidth { get; set; }
public Nullable<decimal> MaximumImageWidth { get; set; }
Public Property MaximumImageWidth As Nullable(Of Decimal)
Get
Set
Public Property MaximumImageWidth As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal> MaximumImageWidth {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
public:
property Nullable<Decimal> MaximumImageWidth {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member MaximumImageWidth : Nullable<decimal> with get, set
member MaximumImageWidth : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
Corresponds to the Maximum Image Width (Inches) option under the Basic Imaging Engine Options section.
Reference