PageRotate Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the number of degrees by which the page shall be rotated clockwise when displayed or printed.

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

public PageRotate Rotate { get; set; }

Property Value

Type: PageRotate
The rotate value.
Remarks

Examples

C#
// rotated A4 page
Page page = new Page(new PageBoundary(Boundaries.A4));
page.Rotate = PageRotate.Rotate90;
See Also

Reference