Click or drag to resize

PdfFieldRotation Property

Gets or sets the form field's rotation relative to the page.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfRotation Rotation { get; set; }

Property Value

Type: PdfRotation
Remarks

This property can not be changed if IsLocked is true.

See Also