PdfSize Constructor (Single, Single)

Initializes a new instance of the PdfSize struct from the specified dimensions.

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

Syntax

C#
public PdfSize(
	float width,
	float height
)
VB
Public Sub New ( 
	width As Single,
	height As Single
)

Parameters

width
Type: System.Single
The width component of the new PdfSize.
height
Type: System.Single
The height component of the new PdfSize.

See Also