EncodeRasterImagesOnly Property (PdfMrcEncoder)
Gets or sets a value indicating whether MRC compression applies only to raster images.
'Declaration
Public Property EncodeRasterImagesOnly As Boolean
public bool EncodeRasterImagesOnly { get; set; }
public: __property bool get_EncodeRasterImagesOnly();
public: __property void set_EncodeRasterImagesOnly(
bool
);
public:
property bool EncodeRasterImagesOnly {
bool get();
void set(bool );
}
Property Value
true - MRC compression must be applied to raster images only; false - MRC compression must be applied to any image (raster or vector).
Default value is true.
Image is raster image when: (Image is not PDF page) OR (PDF page is Image-Only page).
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5