Click or drag to resize
Pdf Library for .NET

PdfImageSectionTransparency Property

Gets or sets the pdf element transparency.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
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