VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / LinkAnnotationData Class / Padding Property
Syntax Requirements SeeAlso
In This Topic
    Padding Property (LinkAnnotationData)
    In This Topic
    Gets or sets the interior spacing of annotation.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The interior spacing of annotation.")>
    Public Property Padding As System.Drawing.SizeF
    
    
    [Description("The interior spacing of annotation.")]
    public System.Drawing.SizeF Padding { get; set; }
    
    
    [Description("The interior spacing of annotation.")]
    public: __property System.Drawing.SizeF* get_Padding();
    public: __property void set_Padding(
    System.Drawing.SizeF* value
    );
    [Description("The interior spacing of annotation.")]
    public:
    property System.Drawing.SizeF^ Padding { System.Drawing.SizeF^ get(); void set(System.Drawing.SizeF^ value); }
    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