Represents the different zones inside a C1Book.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public enum BookZone
Visual Basic
Public Enumeration BookZone

Members

Member nameValueDescription
Out0 Specifies the zone outside the borders of the book.
BottomLeft1 Specifies the bottom left fold zone.
TopLeft2 Specifies the top left fold zone.
Center3 Specifies the center of the book.
TopRight4 Specifies the top right fold zone.
BottomRight5 Specifies the bottom left fold zone.

See Also