Skip to main content

Метод Section.getPageOrientation

Метод возвращает ориентацию страниц раздела типа PageOrientation.

Пример​


Sections sections = document.getSections();
SectionsEnumerator sectionsEnumerator = sections.GetEnumerator();
foreach (var section in sectionsEnumerator)
{
Console.WriteLine(section.getPageOrientation());
}