[]
Gets or sets the format used to encode the image associated with this PdfImageHandler.
By default this property is unspecified (null), and the actual embedding mode is determined by ImageOptions.
public ImageOptions.ImageFormat? Format { get; set; }
Public Property Format As ImageOptions.ImageFormat?