Subtracts the width and height of one
PdfSize structure from
the width and height of another
PdfSize structure.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public static PdfSize Subtract(
PdfSize sz1,
PdfSize sz2
)
VB
Public Shared Function Subtract (
sz1 As PdfSize,
sz2 As PdfSize
) As PdfSize
Parameters
- sz1
- Type: BitMiracle.Docotic.Pdf.PdfSize
The PdfSize structure on the left side of
the subtraction operator. - sz2
- Type: BitMiracle.Docotic.Pdf.PdfSize
The PdfSize structure on the right side of
the subtraction operator.
Return Value
Type:
PdfSizeThe
PdfSize that is a result of the subtraction
operation.
See Also