XFINIUM.PDF Documentation
Isolated Property



Gets or sets a flag indicating whether the group is isolated.
Syntax
'Declaration
 
Public Property Isolated As Boolean
'Usage
 
Dim instance As PdfTransparencyGroup
Dim value As Boolean
 
instance.Isolated = value
 
value = instance.Isolated
public bool Isolated {get; set;}
public:
property bool Isolated {
   bool get();
   void set (    bool value);
}

Property Value

If this flag is true, objects within the group are composited against a fully transparent initial backdrop; if false, they are composited against the group's backdrop.
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

PdfTransparencyGroup Class
PdfTransparencyGroup Members

Send Feedback