'Declaration Public Property Format As System.Nullable(Of ImageOptions.ImageFormat)
public System.Nullable<ImageOptions.ImageFormat> Format {get; set;}
By default this property is unspecified (null), and the actual embedding mode is determined by GrapeCity.Documents.Pdf.GcPdfDocument.ImageOptions.
'Declaration Public Property Format As System.Nullable(Of ImageOptions.ImageFormat)
public System.Nullable<ImageOptions.ImageFormat> Format {get; set;}