'Declaration <DescriptionAttribute("The pixel type, which command should use for selecting of image-resources, which should be compressed.")> <DefaultValueAttribute("Color, Grayscale, Bitonal")> Public Property ImageResourceType As Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType
[Description("The pixel type, which command should use for selecting of image-resources, which should be compressed.")] [DefaultValue("Color, Grayscale, Bitonal")] public Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType ImageResourceType { get; set; }
[Description("The pixel type, which command should use for selecting of image-resources, which should be compressed.")] [DefaultValue("Color, Grayscale, Bitonal")] public: __property Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType get_ImageResourceType(); public: __property void set_ImageResourceType(
Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType value
);
[Description("The pixel type, which command should use for selecting of image-resources, which should be compressed.")] [DefaultValue("Color, Grayscale, Bitonal")] public:
property Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType ImageResourceType { Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType get(); void set(Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType value); }
Property Value
Default value is PdfImageResourcePixelType.ColorImage | PdfImageResourcePixelType.GrayImage | PdfImageResourcePixelType.BitonalImage .