Class PageNumberRange
Represents a page number range
Inheritance
System.Object
PageNumberRange
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.DocumentProcessing
Assembly: Simplic.DocumentProcessing.dll
Syntax
public class PageNumberRange
Properties
| Improve this Doc View SourceBarcode
Gets or sets the optional barcode
Declaration
public string Barcode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BarcodeType
Gets or sets the optional barcode type
Declaration
public string BarcodeType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PageCount
Gets or sets the page count
Declaration
public int PageCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StartPageNumber
Gets or sets the start page
Declaration
public int StartPageNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |