TransparencyGroup Constructors

Overloads

TransparencyGroup(Single)Initializes a new instance of the TransparencyGroup class.
TransparencyGroup(Single, BlendMode)Initializes a new instance of the TransparencyGroup class.

TransparencyGroup(Single)

Initializes a new instance of the TransparencyGroup class.

public TransparencyGroup(float alpha)
Public Sub New (alpha As Single)

Parameters

alpha
Single

Amount of transparency the group will have.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

An alpha value of 0 represents full transparency meaning the page elements will not be visible. An alpha value of 1 means the page elements will have no transparency.

TransparencyGroup(Single, BlendMode)

Initializes a new instance of the TransparencyGroup class.

public TransparencyGroup(float alpha, BlendMode blendMode)
Public Sub New (alpha As Single, blendMode As BlendMode)

Parameters

alpha
Single

Amount of transparency the group will have.

blendMode
BlendMode

Blend mode to use for the transparency group.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

An alpha value of 0 represents full transparency meaning the page elements will not be visible. An alpha value of 1 means the page elements will have no transparency.

See Also

TransparencyGroup
ceTe.DynamicPDF.PageElements

In this topic