Method | Description | |
---|---|---|
CreatePicture ( ) : |
Add an image to a document, create a custom view of that image (picture) and then insert it into a Paragraph using append.
|
|
CreatePicture ( int height, int width ) : |
||
GetStream ( FileMode mode, FileAccess access ) : Stream |
Method | Description | |
---|---|---|
Image ( |
public CreatePicture ( int height, int width ) : |
||
height | int | |
width | int | |
return |
public GetStream ( FileMode mode, FileAccess access ) : Stream | ||
mode | FileMode | |
access | FileAccess | |
return | Stream |