In This Topic
Gets or sets the height in pixels of the header area.
Syntax
'Declaration
Public Property HeaderHeight As Integer
'Usage
Dim instance As PrintInfo
Dim value As Integer
instance.HeaderHeight = value
value = instance.HeaderHeight
public int HeaderHeight {get; set;}
Example
This sets the properties for the PrintInfo class.
See Also