ObjectsListT Constructor
Constructor of the
ObjectsListT class taking objects to handle and their placement options.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public ObjectsList(
List<T> objects,
ContentPlacement placement,
int startingFromPage,
int pagesCount
)
Public Sub New (
objects As List(Of T),
placement As ContentPlacement,
startingFromPage As Integer,
pagesCount As Integer
)
public:
ObjectsList(
List<T>^ objects,
ContentPlacement placement,
int startingFromPage,
int pagesCount
)
new :
objects : List<'T> *
placement : ContentPlacement *
startingFromPage : int *
pagesCount : int -> ObjectsList
Parameters
- objects ListT
- placement ContentPlacement
- startingFromPage Int32
- pagesCount Int32