public interface IRegionsList : IObjectsList<RegionBase>Public Interface IRegionsList
Inherits IObjectsList(Of RegionBase)public interface class IRegionsList : IObjectsList<RegionBase^>type IRegionsList =
interface
interface IObjectsList<RegionBase>
end| Count |
Returns the number of items in the list.
(Inherited from IObjectsListT) |
| PagesCount |
Number of pages to display document elements from the current instance of the object starting from StartingFromPage.
Usually used to specify pages count where header or footer is supposed to be rendered.
(Inherited from IObjectsListT) |
| Placement |
Placement of the document elements from the current instance of the object.
(Inherited from IObjectsListT) |
| StartingFromPage |
Start page where document elements from the current instance of the object should be rendered.
Usually used to specify start page of the range (together with PagesCount) to work with header or footer.
(Inherited from IObjectsListT) |
| GetEnumerator | Starts enumeration of this list. |
| IsApplicable(Int32) |
Returns if the given page can be handled by the current instance of an object, otherwise .
(Inherited from IObjectsListT) |
| IsApplicable(Int32, Int32) |
Returns if the given page can be handled by the current instance of an object, otherwise .
(Inherited from IObjectsListT) |