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