Enum pfcSheetOrientation
# include <pfcSheet.h>
enum pfcSheetOrientation
{
pfcORIENT_PORTRAIT,
pfcORIENT_LANDSCAPE,
pfcSheetOrientation_nil
};
Description
This enumerated type contains sheet orientation options.
-
See Also:
-
pfcSheetOwner::GetSheetInfo(xint)
Values
-
pfcORIENT_PORTRAIT
- Portrait orientation.
-
pfcORIENT_LANDSCAPE
- Landscape orientation.
-
pfcSheetOrientation_nil
- Enum null value.