'Declaration Public Overloads Function Compress( _
ByVal compressionCompression that should be applied to the image-resource.As Vintasoft.Imaging.Pdf.PdfCompression, _
ByVal compressionSettingsCompression settings.As Vintasoft.Imaging.Pdf.PdfCompressionSettings, _
ByVal scaleXScale factor of X axis.As Double, _
ByVal scaleYScale factor of Y axis.As Double _
) As Boolean
public bool Compress(
Vintasoft.Imaging.Pdf.PdfCompression compression,
Vintasoft.Imaging.Pdf.PdfCompressionSettings compressionSettings,
double scaleX,
double scaleY
)
Parameters
- compression
- Compression that should be applied to the image-resource.
- compressionSettings
- Compression settings.
- scaleX
- Scale factor of X axis.
- scaleY
- Scale factor of Y axis.
Return Value
True if compression is applied to the image-resource; otherwise, false.