Table of Contents

Property Image

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

Image

Gets or sets the image to display inside of the signature.

public PdfImage? Image { get; set; }

Property Value

PdfImage

The image to display inside of the signature.

Remarks

Default value: null.

If the text of the signature is left justified, then the image will be placed on the left side of the signature. With a right-justified text, the image will be placed on the right side of the signature. In both cases, the image will occupy up to the half of the signature field width.

The image will be placed in the center of the signature if there is no text to display.

The image can be resized to fit into available width and/or height. The aspect ratio of the image is always preserved. The image vertical center is aligned with the vertical center of the available area.