VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfLineCap Class / IsRotatable Property
Syntax Requirements SeeAlso
In This Topic
    IsRotatable Property (PdfLineCap)
    In This Topic
    Gets a value indicating whether this line cap is rotatable.
    Syntax
    'Declaration
    
    Public ReadOnly Property IsRotatable As Boolean
    
    
    public bool IsRotatable { get; }
    
    
    public: __property bool get_IsRotatable();
    
    
    
    public:
    property bool IsRotatable { bool get(); }

    Property Value

    True - line and line cap are rotated synchronously, i.e. line is used as an axis of line cap;
    false - line and line cap are rotated asynchronously, i.e. line cap is located horizontally or vertically.
    Default value is true.
    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