'Declaration Public Operator -( _
ByVal p1The first PdfContentPadding to subtract from (the minuend).As PdfContentPadding, _
ByVal p2The second PdfContentPadding to subtract from (the subtrahend).As PdfContentPadding _
) As PdfContentPadding
public PdfContentPadding operator -(
PdfContentPadding p1,
PdfContentPadding p2
)
public: PdfContentPadding op_Subtraction(
PdfContentPadding p1,
PdfContentPadding p2
)
public:
PdfContentPadding operator -(
PdfContentPadding p1,
PdfContentPadding p2
)
Parameters
- p1
- The first PdfContentPadding to subtract from (the minuend).
- p2
- The second PdfContentPadding to subtract from (the subtrahend).
Return Value
A PdfContentPadding result of subtracting p2 from p1.