Skip to main content
All docs
V25.2
  • PdfImageCompressionOptions.IgnoreSizeReduction Property

    Gets or sets whether to apply compression settings even if they increase image size.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.2.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public bool IgnoreSizeReduction { get; set; }

    Property Value

    Type Description
    Boolean

    true to apply compression settings regardless of size impact; otherwise false.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to IgnoreSizeReduction
    PdfOptimizationOptions
    .ImageCompressionOptions .IgnoreSizeReduction
    See Also