GdPicture.NET.14
GdPicture14.WPF Namespace / GdViewer Class / RotatePage Method





In This Topic
RotatePage Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Sub RotatePage( _
   ByVal Rotation As GdPictureRotateFlipType _
) 
public void RotatePage( 
   GdPictureRotateFlipType Rotation
)
public procedure RotatePage( 
    Rotation: GdPictureRotateFlipType
); 
public function RotatePage( 
   Rotation : GdPictureRotateFlipType
);
public: void RotatePage( 
   GdPictureRotateFlipType Rotation
) 
public:
void RotatePage( 
   GdPictureRotateFlipType Rotation
) 

Parameters

Rotation
See Also