XFINIUM.PDF Documentation
TransparencyGroup Property (PdfFormXObject)



Gets or sets the transparency group associated with this object.
Syntax
public PdfGroupXObject TransparencyGroup {get; set;}
public:
property PdfGroupXObject^ TransparencyGroup {
   PdfGroupXObject^ get();
   void set (    PdfGroupXObject^ value);
}
'Declaration
 
Public Property TransparencyGroup As PdfGroupXObject
 
'Usage
 
Dim instance As PdfFormXObject
Dim value As PdfGroupXObject
 
instance.TransparencyGroup = value
 
value = instance.TransparencyGroup

Property Value

The transparency group associated with this object.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfFormXObject Class
PdfFormXObject Members

Send Feedback