PdfTransparencyGroup Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfTransparencyGroup Class
Class for a PDF transparency group.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfTransparencyGroup

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfTransparencyGroup
VB
Public NotInheritable Class PdfTransparencyGroup

The PdfTransparencyGroup type exposes the following members.

Properties

  NameDescription
Public propertyColorSpace
Gets or sets the color space of this group.
Public propertyIsolated
Gets or sets the value indicating whether this group is isolated.
Public propertyKnockout
Gets or sets the value indicating whether this group is a knockout group.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also