Represents the different zones inside a C1Book.
Namespace:
C1.Silverlight.ExtendedAssembly: C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)
Syntax
C# |
---|
public enum BookZone |
Visual Basic |
---|
Public Enumeration BookZone |
Members
Member name | Value | Description | |
---|---|---|---|
Out | 0 | Specifies the zone outside the borders of the book. | |
BottomLeft | 1 | Specifies the bottom left fold zone. | |
TopLeft | 2 | Specifies the top left fold zone. | |
Center | 3 | Specifies the center of the book. | |
TopRight | 4 | Specifies the top right fold zone. | |
BottomRight | 5 | Specifies the bottom left fold zone. |