When a layout is plotted, the area in which is plotted is determined by the PlotType property. The value stored in the PlotType property is one of the values defined by the PlotType enum. The PlotType enum defines the following values:
当准备打印布局时,通过 PlotType 属性属性确定哪些区域要被打印。保存在 PlotType 属性中的值是通过 PlotType 枚举定义的值中的一个。PlotType 枚举定义了以下值:
打印当前模型空间中显示的所有内容。从图纸空间布局打印时,此选项不可用。
打印当前选定空间边界内的所有内容。
打印当前空间限定范围内的所有内容。
打印由 PlotViewName 特性命名的视图。
打印 PlotWindowArea 属性指定的窗口中的所有内容。
打印指定图纸尺寸边界内的所有内容。从模型空间打印时,此选项不可用。
When you create a new Paper space layout, the default option is Layout.
当创建新的图纸空间布局时,默认选项是 Layout。