Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / ImageOptions Class / SaveAllImagesAsJpeg Property

In This Topic
    SaveAllImagesAsJpeg Property
    In This Topic
    Gets or sets a value indicating whether all images should be converted to JPEG format when added to the PDF. The default is false. Note that any transparency (if present in the original image) is lost if this property is set to true. This property does not affect images added as RawImage.
    Syntax
    'Declaration
     
    Public Property SaveAllImagesAsJpeg As System.Boolean
    public System.bool SaveAllImagesAsJpeg {get; set;}
    See Also