Gets or sets the option that controls the number of pages to render.
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> LimitToPages { get; set; }
public Nullable<int> LimitToPages { get; set; }Public Property LimitToPages As Nullable(Of Integer)
Get
Set
Public Property LimitToPages As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> LimitToPages {
Nullable<int> get ();
void set (Nullable<int> value);
}
public:
property Nullable<int> LimitToPages {
Nullable<int> get ();
void set (Nullable<int> value);
}member LimitToPages : Nullable<int> with get, set
member LimitToPages : Nullable<int> with get, set
Property Value
Type:
NullableInt32
corresponds to the Limit spreadsheet rendering to ____ page(s) under the Spreadsheet Options tab.
Reference