alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class MdPicture

    Represents an image in a Markdown.

    Inheritance
    object
    MdPicture
    Implements
    IMdInline
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Office.Markdown
    Assembly: Syncfusion.Markdown.dll
    Syntax
    public class MdPicture : IMdInline

    Constructors

    MdPicture()

    Declaration
    public MdPicture()

    Properties

    AltText

    Gets or sets alternate text for an image.

    Declaration
    public string AltText { get; set; }
    Property Value
    Type
    string

    ImageBytes

    Gets or sets image bytes

    Declaration
    public byte[] ImageBytes { get; set; }
    Property Value
    Type
    byte[]

    ImageFormat

    Gets or sets the image format

    Declaration
    public string ImageFormat { get; set; }
    Property Value
    Type
    string

    Url

    Gets or sets the image url

    Declaration
    public string Url { get; set; }
    Property Value
    Type
    string

    Methods

    Close()

    Closes the picture.

    Declaration
    public void Close()

    Implements

    IMdInline
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved