Search Results for

    Show / Hide Table of Contents

    Class ImageContent

    Inheritance
    System.Object
    ContentElement
    ImageContent
    Implements
    IronSoftware.Abstractions.IDocumentElement
    IWordImageObject
    IWordDocumentObject
    IronSoftware.IDocumentObject
    IronSoftware.IDocumentImageObject
    IronSoftware.IBoundedDocumentObject
    IronSoftware.IBounded
    IronSoftware.ITransformable
    System.ICloneable
    IronSoftware.IJsonSerializable
    Inherited Members
    ContentElement.Status
    ContentElement.Replace(ContentElement)
    ContentElement.Remove()
    ContentElement.GetIndex<T>()
    ContentElement.Clone()
    ContentElement.CloneObject()
    ContentElement.Parent
    Namespace: IronWord.Models
    Assembly: IronWord.dll
    Syntax
    public class ImageContent : ContentElement, IDocumentElement, IWordImageObject, IWordDocumentObject, IDocumentObject, IDocumentImageObject, IBoundedDocumentObject, IBounded, ITransformable, ICloneable, IJsonSerializable

    Constructors

    ImageContent()

    Declaration
    public ImageContent()

    ImageContent(AnyBitmap)

    Declaration
    public ImageContent(AnyBitmap anyBitmap)
    Parameters
    Type Name Description
    IronSoftware.Drawing.AnyBitmap anyBitmap

    ImageContent(Stream)

    Declaration
    public ImageContent(Stream imageStream)
    Parameters
    Type Name Description
    System.IO.Stream imageStream

    ImageContent(String)

    Declaration
    public ImageContent(string imagePath)
    Parameters
    Type Name Description
    System.String imagePath

    Properties

    BoundingBox

    Declaration
    public RectangleF BoundingBox { get; set; }
    Property Value
    Type Description
    System.Drawing.RectangleF

    DistanceFromBottom

    Declaration
    public double DistanceFromBottom { get; set; }
    Property Value
    Type Description
    System.Double

    DistanceFromLeft

    Declaration
    public double DistanceFromLeft { get; set; }
    Property Value
    Type Description
    System.Double

    DistanceFromRight

    Declaration
    public double DistanceFromRight { get; set; }
    Property Value
    Type Description
    System.Double

    DistanceFromTop

    Declaration
    public double DistanceFromTop { get; set; }
    Property Value
    Type Description
    System.Double

    DocumentId

    Declaration
    public IDocumentId DocumentId { get; set; }
    Property Value
    Type Description
    IronSoftware.IDocumentId

    Height

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    Id

    Declaration
    public uint Id { get; set; }
    Property Value
    Type Description
    System.UInt32

    Image

    Declaration
    public IAnyImage Image { get; set; }
    Property Value
    Type Description
    IronSoftware.IAnyImage

    ImageData

    Declaration
    public string ImageData { get; }
    Property Value
    Type Description
    System.String

    Index

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    Matrix

    Declaration
    public MatrixStruct Matrix { get; }
    Property Value
    Type Description
    IronSoftware.MatrixStruct

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    ObjNum

    Declaration
    public uint ObjNum { get; set; }
    Property Value
    Type Description
    System.UInt32

    PageIndex

    Declaration
    public uint PageIndex { get; set; }
    Property Value
    Type Description
    System.UInt32

    Position

    Declaration
    public ElementPosition Position { get; set; }
    Property Value
    Type Description
    ElementPosition

    Scale

    Declaration
    public PointF Scale { get; set; }
    Property Value
    Type Description
    System.Drawing.PointF

    Translate

    Declaration
    public PointF Translate { get; set; }
    Property Value
    Type Description
    System.Drawing.PointF

    Type

    Declaration
    public ImageType Type { get; set; }
    Property Value
    Type Description
    ImageType

    Width

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    WrapText

    Declaration
    public WrapText WrapText { get; set; }
    Property Value
    Type Description
    WrapText

    Methods

    GetDistanceFromBottom(Units)

    Declaration
    public double GetDistanceFromBottom(Units measurementUnit)
    Parameters
    Type Name Description
    Units measurementUnit
    Returns
    Type Description
    System.Double

    GetDistanceFromLeft(Units)

    Declaration
    public double GetDistanceFromLeft(Units measurementUnit)
    Parameters
    Type Name Description
    Units measurementUnit
    Returns
    Type Description
    System.Double

    GetDistanceFromRight(Units)

    Declaration
    public double GetDistanceFromRight(Units measurementUnit)
    Parameters
    Type Name Description
    Units measurementUnit
    Returns
    Type Description
    System.Double

    GetDistanceFromTop(Units)

    Declaration
    public double GetDistanceFromTop(Units measurementUnit)
    Parameters
    Type Name Description
    Units measurementUnit
    Returns
    Type Description
    System.Double

    GetHeight(Units)

    Declaration
    public double GetHeight(Units measurementUnit)
    Parameters
    Type Name Description
    Units measurementUnit
    Returns
    Type Description
    System.Double

    GetWidth(Units)

    Declaration
    public double GetWidth(Units measurementUnit)
    Parameters
    Type Name Description
    Units measurementUnit
    Returns
    Type Description
    System.Double

    LoadFromFile(String)

    Declaration
    public void LoadFromFile(string imagePath)
    Parameters
    Type Name Description
    System.String imagePath

    LoadFromStream(Stream)

    Declaration
    public void LoadFromStream(Stream stream)
    Parameters
    Type Name Description
    System.IO.Stream stream

    SetDistanceFromBottom(Double, Units)

    Declaration
    public void SetDistanceFromBottom(double distanceFromBottom, Units measurementUnit)
    Parameters
    Type Name Description
    System.Double distanceFromBottom
    Units measurementUnit

    SetDistanceFromLeft(Double, Units)

    Declaration
    public void SetDistanceFromLeft(double distanceFromLeft, Units measurementUnit)
    Parameters
    Type Name Description
    System.Double distanceFromLeft
    Units measurementUnit

    SetDistanceFromRight(Double, Units)

    Declaration
    public void SetDistanceFromRight(double distanceFromRight, Units measurementUnit)
    Parameters
    Type Name Description
    System.Double distanceFromRight
    Units measurementUnit

    SetDistanceFromTop(Double, Units)

    Declaration
    public void SetDistanceFromTop(double distanceFromTop, Units measurementUnit)
    Parameters
    Type Name Description
    System.Double distanceFromTop
    Units measurementUnit

    SetHeight(Double, Units)

    Declaration
    public void SetHeight(double height, Units measurementUnit)
    Parameters
    Type Name Description
    System.Double height
    Units measurementUnit

    SetWidth(Double, Units)

    Declaration
    public void SetWidth(double width, Units measurementUnit)
    Parameters
    Type Name Description
    System.Double width
    Units measurementUnit

    ToJson()

    Declaration
    public string ToJson()
    Returns
    Type Description
    System.String

    Implements

    IronSoftware.Abstractions.IDocumentElement
    IWordImageObject
    IWordDocumentObject
    IronSoftware.IDocumentObject
    IronSoftware.IDocumentImageObject
    IronSoftware.IBoundedDocumentObject
    IronSoftware.IBounded
    IronSoftware.ITransformable
    System.ICloneable
    IronSoftware.IJsonSerializable

    Inherited members

    Status
    Replace(ContentElement)
    Remove()
    GetIndex<T>()
    Clone()
    CloneObject()
    Parent
    ☀
    ☾
    Downloads
    • Download with NuGet
    • Start for Free
    In This Article
    Back to top
    Install with NuGet
    Want to deploy IronWord to a live project for FREE?
    What’s included?
    30 days of fully-functional product
    Test and share in a live environment
    No watermarks in production
    Get your free 30-day Trial Key instantly.
    No credit card or account creation required
    Your Trial License Key has been emailed to you.
    Download IronWord free to apply
    your Trial Licenses Key
    Install with NuGet View Licenses
    Licenses from $499. Have a question? Get in touch.