Class PasteImageWindow

Interaction logic for PasteHref.xaml

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ContentControl
                System.Windows.Window
                  MahApps.Metro.Controls.MetroWindow
                    MarkdownMonster.Windows.PasteImageWindow
public class PasteImageWindow : MetroWindow, INotifyPropertyChanged,
   IComponentConnector

Class Members

MemberDescription

Constructor

PropertyChanged

StatusImageSize

StatusImageSize Name Field

StatusText

StatusText Name Field

Base64EncodeImage

public void Base64EncodeImage(string file)

public void Base64EncodeImage(Bitmap bmp)

GetFullImageFilename

Attempts to resolve the full image filename from the active image if the image is a file based image with a relative or physical path but not a URL based image.

public string GetFullImageFilename(string filename)

InitializeComponent

InitializeComponent

public sealed void InitializeComponent()

SetImagePreview

public void SetImagePreview(string url)

AppModel

Image

ImageHeight

ImageText

ImageWidth

IsEditable

IsFileImage

IsImageFixedRatio

IsMemoryImage

IsPreview

MarkdownFile

PasteAsBase64Content

PasteCommand

Requirements

Namespace: MarkdownMonster.Windows
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic