Table of Contents

Constructor PdfSize

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

PdfSize(PdfSize)

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

public PdfSize(PdfSize size)

Parameters

size PdfSize

The PdfSize from which to initialize this PdfSize struct.

PdfSize(PdfPoint)

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

public PdfSize(PdfPoint pt)

Parameters

pt PdfPoint

The PdfPoint from which to initialize this PdfSize struct.

PdfSize(float, float)

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

public PdfSize(float width, float height)

Parameters

width float

The width component of the new PdfSize.

height float

The height component of the new PdfSize.

PdfSize(double, double)

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

public PdfSize(double width, double height)

Parameters

width double

The width component of the new PdfSize.

height double

The height component of the new PdfSize.