Method | Description | |
---|---|---|
RtfImageConverter ( ) : System | ||
RtfImageConverter ( |
Method | Description | |
---|---|---|
DoBeginDocument ( IRtfInterpreterContext context ) : void | ||
DoInsertImage ( IRtfInterpreterContext context, RtfVisualImageFormat format, int width, int height, int desiredWidth, int desiredHeight, int scaleWidthPercent, int scaleHeightPercent, string imageDataHex ) : void | ||
EnsureImagesPath ( string imageFileName ) : void | ||
SaveImage ( byte imageBuffer, RtfVisualImageFormat format, string fileName, |
protected DoBeginDocument ( IRtfInterpreterContext context ) : void | ||
context | IRtfInterpreterContext | |
return | void |
protected DoInsertImage ( IRtfInterpreterContext context, RtfVisualImageFormat format, int width, int height, int desiredWidth, int desiredHeight, int scaleWidthPercent, int scaleHeightPercent, string imageDataHex ) : void | ||
context | IRtfInterpreterContext | |
format | RtfVisualImageFormat | |
width | int | |
height | int | |
desiredWidth | int | |
desiredHeight | int | |
scaleWidthPercent | int | |
scaleHeightPercent | int | |
imageDataHex | string | |
return | void |
protected EnsureImagesPath ( string imageFileName ) : void | ||
imageFileName | string | |
return | void |
public RtfImageConverter ( |
||
settings | ||
return | System |
protected SaveImage ( byte imageBuffer, RtfVisualImageFormat format, string fileName, |
||
imageBuffer | byte | |
format | RtfVisualImageFormat | |
fileName | string | |
size | ||
return | void |