'DeclarationPublic ReadOnly Property Rotation As PageRotation
'UsageDim instance As ImageEditor Dim value As PageRotation value = instance.Rotation
public PageRotation Rotation {get;}
public read-only property Rotation: PageRotation;
public function get Rotation : PageRotation
public: property PageRotation Rotation { PageRotation get(); }
Property Value
For text-based rotation returns thennone, upsideDown, left, or right valuesFor graphics-based rotation returns
portrait or leftOrRight values.