根据指定的页边距,构造一个页边类对象。
命名空间:
SuperMap.Layout程序集: SuperMap.Layout (in SuperMap.Layout)
版本: dll
语法
C# |
---|
public PaperMargin( int left, int right, int top, int bottom ) |
参数
- left
- Type: System..::.Int32
纸张的左边距。
- right
- Type: System..::.Int32
纸张的右边距。
- top
- Type: System..::.Int32
纸张的上边距。
- bottom
- Type: System..::.Int32
纸张的下边距。