Picture Constructor (DocumentModel, Stream) |
Namespace: GemBox.Document
This constructor instantiates Image object (for getting PictureFormat and calculating width and height in points). This approach slightly impairs performance (instantiating Image object requires around 20-50ms for larger images) so, if performance is crucial or you need to insert a lot of images, use constructors that accept PictureFormat argument.
Image formats Bmp, Exif, Icon and MemoryBmp are converted to Png since they are not supported in GemBox.Document component.
HorizontalResolution and VerticalResolution are used when calculating width and height in points.