Method | Description | |
---|---|---|
FindBoundingBoxAroundNode ( |
Finds the minimum bounding box around non-transparent pixels in a Bitmap.
|
|
FindShapeSizes ( Shape shape ) : void | ||
RenderCellToImage ( string dataDir, Document doc ) : void | ||
RenderNode ( Node node, string filePath, ImageSaveOptions imageOptions ) : void |
Renders any node in a document to the path specified using the image save options.
|
|
RenderParagraphToImage ( string dataDir, Document doc ) : void | ||
RenderRowToImage ( string dataDir, Document doc ) : void | ||
RenderShapeImage ( string dataDir, Shape shape ) : void | ||
RenderShapeToDisk ( string dataDir, Shape shape ) : void | ||
RenderShapeToGraphics ( string dataDir, Shape shape ) : void | ||
RenderShapeToStream ( string dataDir, Shape shape ) : void | ||
Run ( ) : void |
public static FindBoundingBoxAroundNode ( |
||
originalBitmap | ||
return |
public static FindShapeSizes ( Shape shape ) : void | ||
shape | Shape | |
return | void |
public static RenderCellToImage ( string dataDir, Document doc ) : void | ||
dataDir | string | |
doc | Document | |
return | void |
public static RenderNode ( Node node, string filePath, ImageSaveOptions imageOptions ) : void | ||
node | Node | The node to render. |
filePath | string | |
imageOptions | ImageSaveOptions | The image options to use during rendering. This can be null. |
return | void |
public static RenderParagraphToImage ( string dataDir, Document doc ) : void | ||
dataDir | string | |
doc | Document | |
return | void |
public static RenderRowToImage ( string dataDir, Document doc ) : void | ||
dataDir | string | |
doc | Document | |
return | void |
public static RenderShapeImage ( string dataDir, Shape shape ) : void | ||
dataDir | string | |
shape | Shape | |
return | void |
public static RenderShapeToDisk ( string dataDir, Shape shape ) : void | ||
dataDir | string | |
shape | Shape | |
return | void |
public static RenderShapeToGraphics ( string dataDir, Shape shape ) : void | ||
dataDir | string | |
shape | Shape | |
return | void |
public static RenderShapeToStream ( string dataDir, Shape shape ) : void | ||
dataDir | string | |
shape | Shape | |
return | void |