Class BookPageEntry
Represents BookPageEntry.
public class BookPageEntry
- Inheritance
-
BookPageEntry
- Inherited Members
Constructors
BookPageEntry()
public BookPageEntry()
Properties
IsPageRequest
public bool IsPageRequest { get; }
Property Value
LineCount
public ushort LineCount { get; set; }
Property Value
Lines
public List<string> Lines { get; }
Property Value
PageNumber
public ushort PageNumber { get; set; }