VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfContentPadding Structure
Constructors Properties Methods Fields Operators SeeAlso
In This Topic
    PdfContentPadding Structure Members
    In This Topic
    The following tables list the members exposed by PdfContentPadding.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the structure.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Provides a PdfContentPadding object with no padding.
    Public Properties
     NameDescription
    Public PropertyGets or sets the padding value for all the edges.
    Public PropertyGets or sets the padding value for the bottom edge.
    Public PropertyGets the horizontal padding.
    Public PropertyGets or sets the padding value for the left edge.
    Public PropertyGets or sets the padding value for the right edge.
    Public PropertyGets or sets the padding value for the top edge.
    Public PropertyGets the vertical padding.
    Public Methods
     NameDescription
    Public MethodDetermines whether the value of the specified object is equivalent to the current PdfContentPadding.
    Public MethodGenerates a hash code for the current PdfContentPadding.
    Public MethodReturns a string that represents the current PdfContentPadding.
    Public Operators
     NameDescription
    Public OperatorPerforms vector addition on the two specified PdfContentPadding objects, resulting in a new PdfContentPadding.
    Public OperatorTests whether two specified PdfContentPadding objects are equivalent.
    Public OperatorTests whether two specified PdfContentPadding objects are not equivalent.
    Public OperatorPerforms vector subtraction on the two specified PdfContentPadding objects, resulting in a new PdfContentPadding.
    See Also