Setting FitToSheetAcross

Setting FitToSheetAcross

Page setup options are fully supported in Aspose.Diagram. This article explains how to set page options with Aspose.Diagram and shows code samples for setting:

Aspose.Diagram provides a class, Page, that represents a Microsoft Visio file. The Diagram class contains a Pages collection that allows access to each page in the Visio file. A page is represented by the Page class.

The PageSheet class provides the PrintProps property that is used to set the page setup options of the page. In fact, this PrintProps property is an object of the PageSheet class used to set different page layout options for a printed page. The PrintProps  class provides various properties used to set page setup options. Some of these properties are discussed below.

FitToSheetAcross