PageSetup.HeaderDistance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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