| PdfFieldRotation Property  | 
 
            Gets or sets the form field's rotation relative to the page.
            
 
    Namespace: 
   RadPdf.Data.Document.Objects.FormFields
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic PdfRotation Rotation { get; set; }Public Property Rotation As PdfRotation
	Get
	Set
Property Value
Type: 
PdfRotation Remarks
Remarks
            This property can not be changed if IsLocked is true.
            
 See Also
See Also