Table of Contents

Method Image

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

Image(Image, ImageContentMode)

Adds the image.

public void Image(Image image, ImageContentMode mode = ImageContentMode.FitArea)

Parameters

image Image

The image to add.

mode ImageContentMode

The image drawing mode.

Remarks

Use Image methods to register fonts.

Exceptions

ArgumentNullException

image is null.

ArgumentException

image belongs to a different Document.