Contains the key for various texts in the built-in Print Preview form.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public enum PreviewTextKey |
Visual Basic Copy Code |
---|
Public Enum PreviewTextKey |
Member name | Description | |
---|---|---|
Auto |
Identifies the 'Auto' menu item text. |
|
DecreaseSize |
Identifies the 'Decrease Size' menu item text. |
|
DoubleSize |
Identifies the 'Double Size' menu item text. |
|
FirstPage |
Identifies the 'First Page' button tool-tip. |
|
FitToPage |
Identifies the 'Fit to Page' menu item text. |
|
FourPages |
Identifies the 'Four Pages' button tool-tip. |
|
HalveSize |
Identifies the 'Halve Size' menu item text. |
|
IncreaseSize |
Identifies the 'Increase Size' menu item text. |
|
Landscape |
Identifies the 'Orientation' button tool-tip. |
|
LastPage |
Identifies the 'Last Page' button tool-tip. |
|
NextPage |
Identifies the 'Next Page' button tool-tip. |
|
OnePage |
Identifies the 'One Page' button tool-tip. |
|
OriginalSize |
Identifies the 'Original Size' menu item text. |
|
Portrait |
Identifies the 'Orientation' button tool-tip. |
|
PrevPage |
Identifies the 'Previous Page' button tool-tip. |
|
Identifies the 'Print' button tool-tip. |
||
Scale |
Identifies the 'Scale' button tool-tip. |
|
SixPages |
Identifies the 'Six Pages' button tool-tip. |
|
ThreePages |
Identifies the 'Three Pages' button tool-tip. |
|
TwoPages |
Identifies the 'Two Pages' button tool-tip. |
|
Zoom |
Identifies the 'Zoom' button tool-tip. |
Members of this enumeration can be used as keys in the CustomPreviewTexts dictionary of the PrintOptions class.