Search Results for

    Show / Hide Table of Contents

    Class EmbeddedFile

    Inheritance
    object
    EmbeddedFile
    Implements
    ICloneable
    IDisposable
    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 EmbeddedFile : ICloneable, IDisposable

    Constructors

    EmbeddedFile()

    Declaration
    public EmbeddedFile()

    Fields

    AFRelationShip

    Declaration
    public PDFAFRelationShip AFRelationShip
    Field Value
    Type Description
    PDFAFRelationShip

    CreationDate

    Declaration
    public string CreationDate
    Field Value
    Type Description
    string

    Description

    Declaration
    public string Description
    Field Value
    Type Description
    string

    FileName

    Declaration
    public string FileName
    Field Value
    Type Description
    string

    MimeType

    Declaration
    public string MimeType
    Field Value
    Type Description
    string

    ModificationDate

    Declaration
    public string ModificationDate
    Field Value
    Type Description
    string

    ResourceNumber

    Declaration
    public long ResourceNumber
    Field Value
    Type Description
    long

    Stream

    Declaration
    public MemoryStream Stream
    Field Value
    Type Description
    MemoryStream

    Methods

    AFRelationShipToString()

    Declaration
    public string AFRelationShipToString()
    Returns
    Type Description
    string

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    object

    Dispose()

    Declaration
    public void Dispose()

    Implements

    ICloneable
    IDisposable
    In this article
    Back to top Generated by DocFX