Operator operator -
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
operator -(PdfSize, PdfSize)
Subtracts the width and height of one PdfSize structure from the width and height of another PdfSize structure.
public static PdfSize operator -(PdfSize sz1, PdfSize sz2)
Parameters
sz1
PdfSizeThe PdfSize on the left side of the subtraction operator.
sz2
PdfSizeThe PdfSize on the right side of the subtraction operator.