Table of Contents

Class RTF

Namespace
The.Export
Assembly
Instagile.dll
public static class RTF
Inheritance
RTF
Inherited Members

Methods

EmitImage(byte[], string, int, int, int?, int?)

public static string EmitImage(byte[] bytes, string mimeType, int originalWidth, int originalHeight, int? width = null, int? height = null)

Parameters

bytes byte[]
mimeType string
originalWidth int
originalHeight int
width int?
height int?

Returns

string

EmitImage(byte[], ImageMetadata, int?, int?)

public static string EmitImage(byte[] bytes, ImageMetadata imageMetadata, int? width = null, int? height = null)

Parameters

bytes byte[]
imageMetadata ImageMetadata
width int?
height int?

Returns

string

EmitImageAsync(ImageDocument, int?, int?)

public static Task<string> EmitImageAsync(ImageDocument imageDocument, int? width = null, int? height = null)

Parameters

imageDocument ImageDocument
width int?
height int?

Returns

Task<string>