VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing.Images Namespace / PdfOptimizeContentImageCommand Class / ImageResourceType Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    ImageResourceType Свойство (PdfOptimizeContentImageCommand)
    В этом разделе
    Возвращает или задает тип пикселя, который команда должна использовать для выбора ресурсов изображения, которые должны быть сжаты.
    Синтаксис
    '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 .
    Исключения
    ИсключениеОписание
    Выбрасывается, если value содержит PdfImageResourcePixelType.IndexedImage.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также