GraphicsStateAlphaIsShape Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the alpha source flag (“alpha is shape”), specifying whether the current soft mask and alpha constant shall beinterpreted as shape values (true) or opacity values (false).

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.GraphicsStates
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Nullable<bool> AlphaIsShape { get; set; }

Property Value

Type: NullableBoolean
true if alpha is shape; otherwise, false.
See Also

Reference