[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Graphics.Images.PdfImageHandler.Format

Format Property

Format

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.

Declaration
public ImageOptions.ImageFormat? Format { get; set; }
Public Property Format As ImageOptions.ImageFormat?