VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfGraphicsStateParameters Class / AlphaIsShape Property
Syntax Requirements SeeAlso
In This Topic
    AlphaIsShape Property (PdfGraphicsStateParameters)
    In This Topic
    Gets or sets a value indicating whether the current soft mask and alpha constant must be interpreted as shape values or opacity values.
    Syntax
    'Declaration
    
    Public Property AlphaIsShape As Boolean
    
    
    public bool AlphaIsShape { get; set; }
    
    
    public: __property bool get_AlphaIsShape();
    public: __property void set_AlphaIsShape(
    bool value
    );
    public:
    property bool AlphaIsShape { bool get(); void set(bool value); }

    Property Value

    True - the current soft mask and alpha constant must be interpreted as shape values; false - the current soft mask and alpha constant must be interpreted as opacity values.
    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