Search Results for

    Show / Hide Table of Contents

    Class EmbeddedFile

    A file embedded in the metafile (and later in the generated PDF), holding its content stream together with its name, MIME type, description, dates and PDF/A association relationship.

    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

    View Source

    EmbeddedFile()

    Declaration
    public EmbeddedFile()

    Fields

    View Source

    AFRelationShip

    Declaration
    public PDFAFRelationShip AFRelationShip
    Field Value
    Type Description
    PDFAFRelationShip
    View Source

    CreationDate

    Declaration
    public string CreationDate
    Field Value
    Type Description
    string
    View Source

    Description

    Declaration
    public string Description
    Field Value
    Type Description
    string
    View Source

    FileName

    Declaration
    public string FileName
    Field Value
    Type Description
    string
    View Source

    MimeType

    Declaration
    public string MimeType
    Field Value
    Type Description
    string
    View Source

    ModificationDate

    Declaration
    public string ModificationDate
    Field Value
    Type Description
    string
    View Source

    ResourceNumber

    Declaration
    public long ResourceNumber
    Field Value
    Type Description
    long
    View Source

    Stream

    Declaration
    public MemoryStream Stream
    Field Value
    Type Description
    MemoryStream

    Methods

    View Source

    AFRelationShipToString()

    Declaration
    public string AFRelationShipToString()
    Returns
    Type Description
    string
    View Source

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    object
    View Source

    Dispose()

    Declaration
    public void Dispose()

    Implements

    ICloneable
    IDisposable
    • View Source
    In this article
    Back to top Generated by DocFX