Table of Contents

Class DocumentExtensions

Namespace
The.WPF.Controls
Assembly
Instagile.WPF.dll
public static class DocumentExtensions
Inheritance
DocumentExtensions
Inherited Members

Methods

OpenExternallyAsync(FileDocument, ISurface)

public static Task OpenExternallyAsync(this FileDocument file, ISurface surface)

Parameters

file FileDocument
surface ISurface

Returns

Task

OpenExternallyAsync(ImageDocument, ISurface)

public static Task OpenExternallyAsync(this ImageDocument image, ISurface surface)

Parameters

image ImageDocument
surface ISurface

Returns

Task

SaveAsAsync(FileDocument, ISurface)

public static Task SaveAsAsync(this FileDocument file, ISurface surface)

Parameters

file FileDocument
surface ISurface

Returns

Task

SaveAsAsync(ImageDocument, ISurface)

public static Task SaveAsAsync(this ImageDocument image, ISurface surface)

Parameters

image ImageDocument
surface ISurface

Returns

Task