Table of Contents

Operator explicit operator

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

explicit operator PdfPoint(PdfSize)

Performs an explicit conversion from PdfSize to PdfPoint.

public static explicit operator PdfPoint(PdfSize size)

Parameters

size PdfSize

The PdfSize structure to be converted.

Returns

PdfPoint

The PdfPoint structure to which this operator converts.