|
PdfElementTransparency 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; }
Public Property Transparency As Integer
Get
Set
Property Value
Type:
Int32Remarks The transparency is expressed as a value between 0 and 100.
The value 0 means completely transparent and 100 means completely opaque.
See Also