根据给定的参数构造一个页边类对象,该页边对象的所有页边距值等于给定的值。
命名空间:
SuperMap.Layout程序集: SuperMap.Layout (in SuperMap.Layout)
版本: dll
语法
C# |
---|
public PaperMargin( int margin ) |
参数
- margin
- Type: System..::.Int32
指定一个值,作为该页边对象的所有页边距值。
C# |
---|
public PaperMargin( int margin ) |