PdfSize.Width Property

Gets or sets the horizontal component of this PdfSize.

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

Syntax

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

Property Value

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

See Also