Visual Basic (Declaration) | |
---|---|
Public Property ImageType As ImageTypes |
C# | |
---|---|
public ImageTypes ImageType {get; set;} |
Property Value
An ImageTypes enumeration. The default value is Metafile. The alternate value is PNG.Some images can be a problem when exported as a metafile due to some graphic commands which are not supported. If you are noticing problems with images not exporting to PDF, set the ImageType to PNG.