PageSetup.HeaderDistance 属性
定义
返回或设置页眉与页面顶端之间的距离(以磅为单位)。Returns or sets the distance (in points) between the header and the top of the page.
public:
property float HeaderDistance { float get(); void set(float value); };
public float HeaderDistance { get; set; }
member this.HeaderDistance : single with get, set
Public Property HeaderDistance As Single