FlowContent Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the FlowContent class.

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 FlowContent(
	string resourceId,
	ContentElement element,
	Length width,
	Length height
)

Parameters

resourceId
Type: SystemString
The resource ID to reference the created content object, can't be null or empty.
element
Type: Apitron.PDF.Kit.FlowLayoutContentElement
The source element, should not belong to any container.
width
Type: Apitron.PDF.Kit.StylesLength
The width, fixed value.
height
Type: Apitron.PDF.Kit.StylesLength
The height, fixed value.
Exceptions

ExceptionCondition
ArgumentNullException If any of the parameters is null.
ArgumentExceptionIf any of the parameters is out of the allowed range.
See Also

Reference