AlphaIsShape Property (PdfGraphicsStateParameters)
Gets or sets a value indicating whether the current soft mask and alpha constant must be interpreted as shape values or opacity values.
'Declaration
Public Property AlphaIsShape As Boolean
public bool AlphaIsShape { get; set; }
public: __property bool get_AlphaIsShape();
public: __property void set_AlphaIsShape(
bool
);
public:
property bool AlphaIsShape {
bool get();
void set(bool );
}
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.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5