| Name | Description |
---|
  | InsertImage(Byte, NullableSize) |
Inserts an image from a byte array into the document. The image is inserted inline and at 100% scale.
|
  | InsertImage(Stream, NullableSize) |
Inserts an image from a stream into the document. The image is inserted inline and at 100% scale.
|
  | InsertImage(String, NullableSize) |
Inserts an image from a file into the document. The image is inserted inline and at 100% scale.
|
  | InsertImage(Byte, HorizontalPosition, VerticalPosition, WrappingStyle, NullableSize) |
Inserts an image from a byte array at the specified position and size.
|
  | InsertImage(Stream, HorizontalPosition, VerticalPosition, WrappingStyle, NullableSize) |
Inserts an image from a stream at the specified position and size.
|
  | InsertImage(String, HorizontalPosition, VerticalPosition, WrappingStyle, NullableSize) |
Inserts an image from a file at the specified position and size.
|