Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Initializes a new instance of the FixedContent class.
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
Parameters
- resourceID
- Type: SystemString
The resource id. - boundary
- Type: Apitron.PDF.Kit.FixedLayoutBoundary
The boundary. - content
- Type: Apitron.PDF.Kit.FixedLayout.ContentClippedContent
The content.
Examples
C#
FixedContent content = new FixedContent("TextArea", new Boundary(0, 0, 300, 200), clippedContent);
See Also