Show / Hide Table of Contents

Class ByteRange

This class represents a Byte Range.

Inheritance
System.Object
ByteRange
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: pdftron.Common
Assembly: PDFTronDotNet.dll
Syntax
public class ByteRange : IDisposable

Constructors

ByteRange(IntPtr)

Declaration
public ByteRange(IntPtr impl_ptr)
Parameters
Type Name Description
System.IntPtr impl_ptr

Methods

Dispose()

Declaration
public void Dispose()

Dispose(Boolean)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing

Finalize()

Declaration
protected void Finalize()

GetEndOffset()

Retrieves the end offset of the byte range.

Declaration
public ulong GetEndOffset()
Returns
Type Description
System.UInt64

an unsigned integer

GetSize()

Retrieves the size of the byte range.

Declaration
public ulong GetSize()
Returns
Type Description
System.UInt64

an unsigned integer

GetStartOffset()

Retrieves the start offset of the byte range.

Declaration
public ulong GetStartOffset()
Returns
Type Description
System.UInt64

an unsigned integer

Implements

System.IDisposable
Back to top Generated by DocFX