XFINIUM.PDF Documentation
Knockout Property



Xfinium.Pdf.Graphics Namespace > PdfTransparencyGroup Class : Knockout Property
Gets or sets a flag indicating whether the group is knockout.
Syntax
'Declaration
 
Public Property Knockout As Boolean
'Usage
 
Dim instance As PdfTransparencyGroup
Dim value As Boolean
 
instance.Knockout = value
 
value = instance.Knockout
public bool Knockout {get; set;}
public:
property bool Knockout {
   bool get();
   void set (    bool value);
}

Property Value

If this flag is false, later objects within the group are composited with earlier ones with which they overlap; if true, they are composited with the group's initial backdrop and overwrite ("knock out") any earlier overlapping objects.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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