ActiveReports 13
Height Property (DDPaperSize)

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports.Extensibility.Printing Namespace > DDPaperSize Class : Height Property
Gets or sets the height of the paper, in hundredths of an inch.
Syntax
'Declaration
 
Public Property Height As Integer
public int Height {get; set;}

Property Value

The height of the paper, in hundredths of an inch.
Exceptions
ExceptionDescription
The System.Drawing.Printing.PaperSize.Kind property is not set to System.Drawing.Printing.PaperKind.Custom.
See Also

Reference

DDPaperSize Class
DDPaperSize Members