Class PdfTextSpan
Inheritance
System.Object
PdfTextSpan
Assembly: IronPdf.dll
Syntax
public sealed class PdfTextSpan : ValueType
Constructors
PdfTextSpan(Int32, Int32, Int32)
Declaration
public PdfTextSpan(int page, int offset, int length)
Parameters
Type |
Name |
Description |
System.Int32 |
page |
|
System.Int32 |
offset |
|
System.Int32 |
length |
|
Properties
Length
Declaration
public int Length { get; }
Property Value
Type |
Description |
System.Int32 |
|
Offset
Declaration
public int Offset { get; }
Property Value
Type |
Description |
System.Int32 |
|
Page
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
Equals(PdfTextSpan)
Declaration
public bool Equals(PdfTextSpan other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Operators
Equality(PdfTextSpan, PdfTextSpan)
Declaration
public static bool operator ==(PdfTextSpan left, PdfTextSpan right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(PdfTextSpan, PdfTextSpan)
Declaration
public static bool operator !=(PdfTextSpan left, PdfTextSpan right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
System.IEquatable<>