Namespace: BitMiracle.Docotic.Pdf.Layout
public void Image( Image image, ImageContentMode mode = ImageContentMode.FitArea )
Public Sub Image ( image As Image, Optional mode As ImageContentMode = ImageContentMode.FitArea )
Exception | Condition |
---|---|
ArgumentNullException | image is null. |
ArgumentException | image belongs to a different Document. |