FixedRange Constructors
Combines start and length of the document range. Used in Layout API.Name | Parameters | Description |
---|---|---|
FixedRange(Int32, Int32) | start, length | Initializes a new instance of the FixedRange class with the specified start and length. |
See Also