FlowContent Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Represents a partial content resource object used for repeating pre-generated content placement. Such objects can be put on page using ContentReference element.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FlowLayout.ContentFlowContent

Namespace:  Apitron.PDF.Kit.FlowLayout.Content
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class FlowContent : Resource

The FlowContent type exposes the following members.

Constructors

  NameDescription
Public methodFlowContent
Initializes a new instance of the FlowContent class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyHeight
Gets the height in points.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyWidth
Gets the width in points.
Top
See Also

Reference