Skip to content

Commit 8a812fc

Browse files
Modified sample
1 parent aaaf57f commit 8a812fc

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • Word-document/Merge_Documents_by_Page_Orientation/.NET/Merge_Documents_by_Page_Orientation

Word-document/Merge_Documents_by_Page_Orientation/.NET/Merge_Documents_by_Page_Orientation/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ static void Main(string[] args)
1919
// Check if the section has landscape orientation
2020
if (section.PageSetup.Orientation == PageOrientation.Landscape)
2121
{
22-
2322
skipSection = true;
24-
break;
2523
}
2624
// If the section is not marked to be skipped, clone and add it to the destination document
2725
if (!skipSection)

0 commit comments

Comments
 (0)