Gets or sets the maximum number of document pages imaged per file.
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<int> MaxPagesPerDoc { get; set; }
public Nullable<int> MaxPagesPerDoc { get; set; }
Public Property MaxPagesPerDoc As Nullable(Of Integer)
Get
Set
Public Property MaxPagesPerDoc As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> MaxPagesPerDoc {
Nullable<int> get ();
void set (Nullable<int> value);
}
public:
property Nullable<int> MaxPagesPerDoc {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MaxPagesPerDoc : Nullable<int> with get, set
member MaxPagesPerDoc : Nullable<int> with get, set
Property Value
Type:
NullableInt32
Corrponds to the Maximum pages imaged per file option under the Native Imaging Engine Options tab.
Reference