VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfContentPadding Structure
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    PdfContentPadding Structure
    In This Topic
    Represents padding or margin information associated with a PDF content.
    Object Model
    PdfContentPadding
    Syntax
    'Declaration
    
    <TypeConverterAttribute(Vintasoft.Imaging.Pdf.Drawing.PdfContentPaddingConverter)>
    Public Struct PdfContentPadding
       Inherits System.ValueType
    
    
    [TypeConverter(Vintasoft.Imaging.Pdf.Drawing.PdfContentPaddingConverter)]
    public struct PdfContentPadding : System.ValueType
    
    
    [TypeConverter(Vintasoft.Imaging.Pdf.Drawing.PdfContentPaddingConverter)]
    public __value struct PdfContentPadding : public System.ValueType*
    
    
    [TypeConverter(Vintasoft.Imaging.Pdf.Drawing.PdfContentPaddingConverter)]
    public value class PdfContentPadding : public System.ValueType^
    
    
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Vintasoft.Imaging.Pdf.Drawing.PdfContentPadding

    Requirements

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

    See Also