PdfSaveOptionsEmbeddedImagesFormat Property |
Gets and sets the format to embed images in the saving document. Default value:
Auto.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2023.9.10
Syntaxpublic PdfSaveOptionsEmbImagesFormat EmbeddedImagesFormat { get; set; }
Public Property EmbeddedImagesFormat As PdfSaveOptionsEmbImagesFormat
Get
Set
Property Value
PdfSaveOptionsEmbImagesFormat
RemarksUsing this property together with the
EmbeddedJpegQuality allows you to reduce to size of the saved document.
See Also