Search Results for

    Show / Hide Table of Contents

    Class StreamPosition

    Pairs a stream with a byte offset, used to remember where a value must later be patched back into the PDF output.

    Inheritance
    object
    StreamPosition
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class StreamPosition

    Constructors

    View Source

    StreamPosition(Stream, long)

    Declaration
    public StreamPosition(Stream astream, long aposition)
    Parameters
    Type Name Description
    Stream astream
    long aposition

    Fields

    View Source

    Position

    Declaration
    public long Position
    Field Value
    Type Description
    long
    View Source

    Stream

    Declaration
    public Stream Stream
    Field Value
    Type Description
    Stream
    • View Source
    In this article
    Back to top Generated by DocFX