Click or drag to resize
Pdf Library for .NET

PdfTextSectionTransparency Property

Gets or sets the pdf element transparency.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public int Transparency { get; set; }

Property Value

Type: Int32
Remarks
The transparency is expressed as a value between 0 and 100.

The value 0 means completely transparent and 100 means completely opaque.

See Also