Click or drag to resize
Pdftools logo

GroupIsolated Property

The transparency isolation behavior


Namespace: PdfTools.Toolbox.Pdf.Content
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.12.0+5e7853f3b1a241c2ec0dd9e8fc4b9015d17a37d8
Syntax
C#
public bool Isolated { get; set; }

Property Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationExceptionif the group has already been closed
InvalidOperationException[set] if the group has already been painted
NotSupportedException[set] The document is read-only
See Also