ImageContentElement Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents an image content element.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ContentElementsContentElementBase
    Apitron.PDF.Kit.FixedLayout.ContentElementsImageContentElement

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

public sealed class ImageContentElement : ContentElementBase

The ImageContentElement type exposes the following members.

Properties

  NameDescription
Public propertyBoundary
Gets the image boundary.
(Overrides ContentElementBaseBoundary.)
Public propertyElementType
Gets the content element type.
(Overrides ContentElementBaseElementType.)
Public propertyImage
Gets the Image resource associated with the XObject. If this property is null it means that the image is inline image and does not have associated resource.
Public propertyImageInfo
Gets the ImageInfo associated with the XObject
Top
Methods

  NameDescription
Public methodAddContent(ClippedContent, Boolean)
Adds the ClippedContent before of after the content element.
(Inherited from ContentElementBase.)
Public methodAddContent(TextObject, Boolean)
Adds the TextObject before of after the content element.
(Inherited from ContentElementBase.)
Public methodMove
Moves the content element using specified offsets.
(Inherited from ContentElementBase.)
Public methodRemove
Removes the content element.
(Inherited from ContentElementBase.)
Public methodRemove(Boolean)
Removes the content element.
Public methodReplace
Replaces the instance by the new image.
Public methodScale
Scales the content element using specified scales.
(Overrides ContentElementBaseScale(Double, Double).)
Public methodTransform
Transforms the content element using specified transformation matrix.
(Inherited from ContentElementBase.)
Top
See Also

Reference