NewPageEventArgsPageBoundary Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets the page boundary set for document generation. It can be altered for particular page if needed by setting this property in event handler.

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

public PageBoundary PageBoundary { get; set; }

Property Value

Type: PageBoundary
The default page boundary used for document generation.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf value is null.
See Also

Reference