|
PdfImageSectionTransparency Property
|
Gets or sets the pdf element transparency.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic int Transparency { get; set; }Public Property Transparency As Integer
Get
Set
Property Value
Int32
RemarksThe transparency is expressed as a value between 0 and 100.
The value 0 means completely transparent and 100 means completely opaque.
See Also