UpdateSingleDisplayedPage() public method

public UpdateSingleDisplayedPage ( IPage page ) : void
page IPage
return void
コード例 #1
0
        public void SetLayout(Layout layout)
        {
            SaveNow();
            CurrentBook.SetLayout(layout);
            CurrentBook.PrepareForEditing();
            _view.UpdateSingleDisplayedPage(_pageSelection.CurrentSelection);

            _view.UpdatePageList(true);            //counting on this to redo the thumbnails
        }