PdfSize Operators and Type Conversions

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfSize Structure > PdfSize Operators and Type Conversions

The PdfSize type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition
Adds the width and height of one PdfSize structure to the width and height of another PdfSize structure.
Public operatorStatic memberEquality
Tests whether two PdfSize structures are equal.
Public operatorStatic memberExplicit(PdfSize to PdfPoint)
Performs an explicit conversion from PdfSize to PdfPoint.
Public operatorStatic memberInequality
Tests whether two PdfSize structures are different.
Public operatorStatic memberSubtraction
Subtracts the width and height of one PdfSize structure from the width and height of another PdfSize structure.

See Also