PagesOptions.Pages Property
Specific settings for individual pages.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public SortedDictionary<int, PageOptions> Pages { get; set; }
Public Property Pages As SortedDictionary(Of Integer, PageOptions)
Get
Set
public:
property SortedDictionary<int, PageOptions^>^ Pages {
SortedDictionary<int, PageOptions^>^ get ();
void set (SortedDictionary<int, PageOptions^>^ value);
}
member Pages : SortedDictionary<int, PageOptions> with get, set
Property Value
SortedDictionary<Int32,
PageOptions>