'Declaration
Public Function PrintSetAutoRotation( _ ByVal AutoRotation As Boolean _ ) As GdPictureStatus
public GdPictureStatus PrintSetAutoRotation( bool AutoRotation )
public function PrintSetAutoRotation( AutoRotation: Boolean ): GdPictureStatus;
public function PrintSetAutoRotation( AutoRotation : boolean ) : GdPictureStatus;
public: GdPictureStatus PrintSetAutoRotation( bool AutoRotation )
public: GdPictureStatus PrintSetAutoRotation( bool AutoRotation )
Parameters
- AutoRotation
- Defines the auto-rotation property. Set this parameter to true if you want to select the page orientation automatically, otherwise set it to false.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.