Click or drag to resize

PdfShapeOpacity Property

Gets or sets a value representing this PdfShape's opacity (in percent).

Namespace:  RadPdf.Data.Document.Objects.Shapes
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public int Opacity { get; set; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionOpacity can not be less than 0% or more than 100%.
Remarks

Opacity for a shape must be between 0 and 100 percent, inclusive. The default value is 100.

An opacity of 0% means that the shape is completely hidden. An opacity of 100% means that the shape is completely visible.

See Also