Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Signature
C#
C#
public int Height { get; set; }
Signature
vb.net
vb.net
Public Function Height() As Integer
Example
Code Block
csharp
csharp
titleC#
HeaderFooterPicture hfp = header.GetPicture();

//--- Set height of picture to 20 pixels
hfp.Height = 20;
Code Block
vb.net
vb.net
titlevb.net
Dim hfp As HeaderFooterPicture = header.GetPicture()

'--- Set height of picture to 20 pixels
hfp.Height = 20