ClippedContentAppendContentElement Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Appends the content element.

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

public void AppendContentElement(
	ContentElement contentElement,
	double width,
	double height
)

Parameters

contentElement
Type: Apitron.PDF.Kit.FlowLayoutContentElement
The content element.
width
Type: SystemDouble
The required width.
height
Type: SystemDouble
The required height.
Examples

C#
// append content element FlowLayout.Content.Section
page.Content.AppendContentElement( section, 100, 100 );
See Also

Reference