VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfContentPadding Structure / Subtraction(PdfContentPadding,PdfContentPadding) Operator
Syntax Requirements SeeAlso
In This Topic
Subtraction(PdfContentPadding,PdfContentPadding) Operator (PdfContentPadding)
In This Topic
Performs vector subtraction on the two specified PdfContentPadding objects, resulting in a new PdfContentPadding.
Syntax
'Declaration

Public Operator -( _
ByVal p1
The first PdfContentPadding to subtract from (the minuend).
As PdfContentPadding, _
ByVal p2
The second PdfContentPadding to subtract from (the subtrahend).
As PdfContentPadding _
) As PdfContentPadding

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.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also