FixedContent Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a 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.XObjects
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public class FixedContent : Resource

The FixedContent type exposes the following members.

Constructors

  NameDescription
Public methodCode exampleFixedContent(String, Boundary)
Initializes a new instance of the FixedContent class.
Public methodCode exampleFixedContent(String, Boundary, ClippedContent)
Initializes a new instance of the FixedContent class.
Top
Properties

  NameDescription
Public propertyBoundary
The contents' boundary.
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyContent
Gets the content.
Public propertyElements
Gets the content elements enumerator.
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].
Public propertyResources
Gets the resources.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference