<< Click to display table of contents >> TsrvActionOrientationPortrait |
TsrvActionOrientationPortrait applies a portrait page orientation the the document in the target editor.
Unit SRVActions;
Syntax
TsrvActionOrientationPortrait = class(TsrvAction)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TrvCustomAction |
This action assigns PageProperty.Orientation := poPortrait.
If PageProperty.PageFormat = srvfmCustom, and PageProperty.PageWidth > PageProperty.PageHeight, the action exchanges values of these properties.
The properties are changed as an editing operation (undoable).
See also: