WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IPicture

    Show / Hide Table of Contents

    Interface IPicture

    Interface publishes picture functionality

    Inherited Members
    IParagraphItem.Clone(IParagraph)
    IParagraphItem.OwnerParagraph
    IEntityBase.Document
    IEntityBase.Owner
    Namespace: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public interface IPicture : IParagraphItem, IEntityBase

    Properties

    Height

    Gets / sets picture height.

    Declaration
    float Height { get; set; }
    Property Value
    Type Description
    System.Single

    HeightScale

    Gets / sets picture height scale factor in percent.

    Declaration
    float HeightScale { get; set; }
    Property Value
    Type Description
    System.Single

    Image

    Gets internal System.Drawing.Image object.

    Declaration
    Image Image { get; }
    Property Value
    Type Description
    System.Drawing.Image

    Width

    Gets / sets picture width.

    Declaration
    float Width { get; set; }
    Property Value
    Type Description
    System.Single

    WidthScale

    Gets / sets picture width scale factor in percent.

    Declaration
    float WidthScale { get; set; }
    Property Value
    Type Description
    System.Single

    Methods

    LoadImage(Byte[])

    Declaration
    void LoadImage(byte[] imageBytes)
    Parameters
    Type Name Description
    System.Byte[] imageBytes

    LoadImage(Image)

    Loads System.Drawing.Image object.

    Declaration
    void LoadImage(Image image)
    Parameters
    Type Name Description
    System.Drawing.Image image
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved