Indexes   

DrawingPageSetup (Object)

Represents the page setup for the drawing documents.

The page setup is the object that stores data which defines how your documents and images are actually printed on paper. This data includes namely the paper size, the orientation, the bottom, top, right, and left margins, the zoom factor, the banner, the printing quality, the choice of the best orientation, and the choice to fit either the drawing sheet format or the printer format.


Property Index

ChooseBestOrientation
Activates or deactivates the choice of the best orientation.
FitToPrinterFormat
Fits the format of the print to the printer format.
FitToSheetFormat
Fits the format of the print to the sheet format.

Properties


o Property ChooseBestOrientation() As
Activates or deactivates the choice of the best orientation.
Example:
This example requests the best orientation to be chosen for MySheet.
 MySheet.DrawingPageSetUp.ChooseBestOrientation = TRUE
 
o Property FitToPrinterFormat() As
Fits the format of the print to the printer format.
Example:
This example turns this calculation on.
 MySheet.DrawingPageSetUp.FitToPrinterFormat = TRUE
 
o Property FitToSheetFormat() As
Fits the format of the print to the sheet format.
Example:
This example turns this calculation on.
 MySheet.DrawingPageSetUp.FitToSheetFormat = TRUE
 

Copyright © 2006, Dassault Systèmes. All rights reserved.