Gets or sets the native imaging options used by this imaging profile, such as image format, dithering algorithm, and output quality (DPI).
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 NativeImagingEngineOptions NativeOptions { get; set; }
public NativeImagingEngineOptions NativeOptions { get; set; }
Public Property NativeOptions As NativeImagingEngineOptions
Get
Set
Public Property NativeOptions As NativeImagingEngineOptions
Get
Set
public:
property NativeImagingEngineOptions^ NativeOptions {
NativeImagingEngineOptions^ get ();
void set (NativeImagingEngineOptions^ value);
}
public:
property NativeImagingEngineOptions^ NativeOptions {
NativeImagingEngineOptions^ get ();
void set (NativeImagingEngineOptions^ value);
}
member NativeOptions : NativeImagingEngineOptions with get, set
member NativeOptions : NativeImagingEngineOptions with get, set
Property Value
Type:
NativeImagingEngineOptions
Reference