VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfPen Class / LineJoinStyle Property
Syntax Requirements SeeAlso
In This Topic
    LineJoinStyle Property (PdfPen)
    In This Topic
    Gets or sets the join style for the ends of two consecutive lines drawn with this PdfPen.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(MiterJoin)>
    <DescriptionAttribute("Join style for the ends of two consecutive lines drawn with this pen.")>
    Public Property LineJoinStyle As Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle
    
    
    [DefaultValue(MiterJoin)]
    [Description("Join style for the ends of two consecutive lines drawn with this pen.")]
    public Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle LineJoinStyle { get; set; }
    
    
    [DefaultValue(MiterJoin)]
    [Description("Join style for the ends of two consecutive lines drawn with this pen.")]
    public: __property Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle get_LineJoinStyle();
    public: __property void set_LineJoinStyle(
    Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle value
    );
    [DefaultValue(MiterJoin)]
    [Description("Join style for the ends of two consecutive lines drawn with this pen.")]
    public:
    property Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle LineJoinStyle { Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle get(); void set(Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle value); }
    Requirements

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

    See Also