XFINIUM.PDF Documentation
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 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