PdfSize.Height Property

Gets or sets the vertical component of this PdfSize.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double Height {
	get;
 set; }
VB
Public Property Height As Double
		Get
	Set

Property Value

Type: Double
The vertical component of this PdfSize, typically measured in pixels.

See Also