TransparencyGroup Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a transparency group XObject.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.Resources.XObjectsFixedContent
      Apitron.PDF.Kit.FixedLayout.Resources.TransparencyTransparencyGroup

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.Transparency
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class TransparencyGroup : FixedContent

The TransparencyGroup type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleTransparencyGroup
Initializes a new instance of the FixedContent class.
Top
Properties

  NameDescription
Public propertyAttributes
Gets the attributes of the group.
Public propertyBoundary
The contents' boundary.
(Inherited from FixedContent.)
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyContent
Gets the content.
(Inherited from FixedContent.)
Public propertyElements
Gets the content elements enumerator.
(Inherited from FixedContent.)
Public propertyMatrix
Gets or sets an array of six numbers specifying the form matrix, which maps form space into user space. Default value: the identity matrix [1 0 0 1 0 0].
(Inherited from FixedContent.)
Public propertyResources
Gets the resources.
(Inherited from FixedContent.)
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference