VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing.Images Namespace / PdfCompressImageResourcesCommand Class / ImageResourcePixelType Property
Синтаксис Требования Смотрите также
В этом разделе
    ImageResourcePixelType Свойство (PdfCompressImageResourcesCommand)
    В этом разделе
    Возвращает или задает тип пикселя, который команда должна использовать для выбора ресурсов изображения, которые должны быть сжаты.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The pixel type, which command should use for selecting of image-resources, which should be compressed.")>
    <DefaultValueAttribute(All)>
    Public Property ImageResourcePixelType As Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType
    
    
    [Description("The pixel type, which command should use for selecting of image-resources, which should be compressed.")]
    [DefaultValue(All)]
    public Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType ImageResourcePixelType { get; set; }
    
    
    [Description("The pixel type, which command should use for selecting of image-resources, which should be compressed.")]
    [DefaultValue(All)]
    public: __property Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType get_ImageResourcePixelType();
    public: __property void set_ImageResourcePixelType(
    Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType value
    );
    [Description("The pixel type, which command should use for selecting of image-resources, which should be compressed.")]
    [DefaultValue(All)]
    public:
    property Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType ImageResourcePixelType { Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType get(); void set(Vintasoft.Imaging.Pdf.Processing.PdfImageResourcePixelType value); }

    Property Value

    Значение по умолчанию - PdfImageResourcePixelType.All.
    Требования

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

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