VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfPen Class / Width Property
Syntax Requirements SeeAlso
In This Topic
    Width Property (PdfPen)
    In This Topic
    Gets or sets the width of this PdfPen.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Width of this pen.")>
    Public Property Width As Single
    
    
    [Description("Width of this pen.")]
    public float Width { get; set; }
    
    
    [Description("Width of this pen.")]
    public: __property float get_Width();
    public: __property void set_Width(
    float value
    );
    [Description("Width of this pen.")]
    public:
    property float Width { float get(); void set(float 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