'Declaration Public Function New( _
ByVal imageResourcePixelTypeThe pixel type, which command should use for selecting of image-resources, which should be compressed.As Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType, _
ByVal imageResourceCompressionA compression, which should be applied to the data of image-resources.As Vintasoft.Imaging.Pdf.PdfCompression, _
ByVal downscaleImageResolutionA resolution, which should have images of image-resources after downscaling.As Vintasoft.Imaging.Resolution, _
ByVal downscaleImageMinResolutionThe minimum resolution when image of image-resource must be downscaled.As Vintasoft.Imaging.Resolution, _
ByVal downscaleImageInterpolationModeThe interpolation method, which should be used for downscaling images of image-resources.As Vintasoft.Imaging.ImageInterpolationMode, _
ByVal imageResourceCompressionSettingsThe compression settings, which should be applied to the data of image-resources.As Vintasoft.Imaging.Pdf.PdfCompressionSettings _
)
public PdfOptimizeContentImageCommand(
Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType imageResourcePixelType,
Vintasoft.Imaging.Pdf.PdfCompression imageResourceCompression,
Vintasoft.Imaging.Resolution downscaleImageResolution,
Vintasoft.Imaging.Resolution downscaleImageMinResolution,
Vintasoft.Imaging.ImageInterpolationMode downscaleImageInterpolationMode,
Vintasoft.Imaging.Pdf.PdfCompressionSettings imageResourceCompressionSettings
)
public: PdfOptimizeContentImageCommand(
Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType imageResourcePixelType,
Vintasoft.Imaging.Pdf.PdfCompression imageResourceCompression,
Vintasoft.Imaging.Resolution downscaleImageResolution,
Vintasoft.Imaging.Resolution downscaleImageMinResolution,
Vintasoft.Imaging.ImageInterpolationMode downscaleImageInterpolationMode,
Vintasoft.Imaging.Pdf.PdfCompressionSettings* imageResourceCompressionSettings
)
public:
PdfOptimizeContentImageCommand(
Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType imageResourcePixelType,
Vintasoft.Imaging.Pdf.PdfCompression imageResourceCompression,
Vintasoft.Imaging.Resolution downscaleImageResolution,
Vintasoft.Imaging.Resolution downscaleImageMinResolution,
Vintasoft.Imaging.ImageInterpolationMode downscaleImageInterpolationMode,
Vintasoft.Imaging.Pdf.PdfCompressionSettings^ imageResourceCompressionSettings
)
Parameters
- imageResourcePixelType
- The pixel type, which command should use for selecting of image-resources, which should be compressed.
- imageResourceCompression
- A compression, which should be applied to the data of image-resources.
- downscaleImageResolution
- A resolution, which should have images of image-resources after downscaling.
- downscaleImageMinResolution
- The minimum resolution when image of image-resource must be downscaled.
- downscaleImageInterpolationMode
- The interpolation method, which should be used for downscaling images of image-resources.
- imageResourceCompressionSettings
- The compression settings, which should be applied to the data of image-resources.