Click or drag to resize

PdfSaveOptionsEmbeddedImageFormat Property

Gets and sets the format to embed images in the saving document. Default value: Auto.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public PdfSaveOptionsEmbeddedImagesFormat EmbeddedImageFormat { get; set; }

Property Value

PdfSaveOptionsEmbeddedImagesFormat
Remarks
Using this property together with the EmbeddedJpegQuality allows you to reduce to size of the saved document.
See Also