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