Class ImageDevice
ImageDevice class
Implements the interface for outputting text and graphic content to image(s).
public class ImageDevice : Device
Constructors
Name | Description |
---|
ImageDevice(bool) | Creates a new instance. The output file will be written to the output working directory taking the job name as a file name. |
Properties
Name | Description |
---|
override PageCount { get; } | Gets the number of pages. |
Result { get; } | Returns the resulting images byte arrays. The first dimension is for inner documents and the second one is for pages within inner documents. |
See Also