Class PdfTransparencyGroup


public class PdfTransparencyGroup extends PdfDictionary
The transparency group dictionary.
  • Constructor Details

    • PdfTransparencyGroup

      public PdfTransparencyGroup()
      Constructs a transparencyGroup.
  • Method Details

    • setIsolated

      public void setIsolated(boolean isolated)
      Determining the initial backdrop against which its stack is composited.
      Parameters:
      isolated - true to set, false to remove
    • setKnockout

      public void setKnockout(boolean knockout)
      Determining whether the objects within the stack are composited with one another or only with the group's backdrop.
      Parameters:
      knockout - boolean value to set