Click or drag to resize

PdfControlRotation Property

Gets or sets a value indicating how the control is rotated counterclockwise relative to the page.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public PageRotate Rotation { get; set; }

Property Value

PageRotate
After changing this property, you must call the ResetAppearance method for the changes to take effect.
See Also