IsFirstPageOnTheRight Property (C1Book)
In This Topic
Gets or sets whether the first page of the book is displayed in the right side of the book.
Syntax
'Declaration
Public Property IsFirstPageOnTheRight As Boolean
public bool IsFirstPageOnTheRight {get; set;}
See Also