VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfA1bConverter Class / RemoveTransparencyCommand Property
Синтаксис Требования Смотрите также
В этом разделе
    RemoveTransparencyCommand Свойство (PdfA1bConverter)
    В этом разделе
    Возвращает команду, которая удаляет прозрачность из потока содержимого PDF.
    Синтаксис
    'Declaration
    
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)>
    <DescriptionAttribute("The command that removes transparency from PDF content stream.")>
    Public ReadOnly Property RemoveTransparencyCommand As Vintasoft.Imaging.Pdf.Processing.RemoveTransparencyFromContentStreamCommand
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Description("The command that removes transparency from PDF content stream.")]
    public Vintasoft.Imaging.Pdf.Processing.RemoveTransparencyFromContentStreamCommand RemoveTransparencyCommand { get; }
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Description("The command that removes transparency from PDF content stream.")]
    public: __property Vintasoft.Imaging.Pdf.Processing.RemoveTransparencyFromContentStreamCommand* get_RemoveTransparencyCommand();
    
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter)]
    [Description("The command that removes transparency from PDF content stream.")]
    public:
    property Vintasoft.Imaging.Pdf.Processing.RemoveTransparencyFromContentStreamCommand^ RemoveTransparencyCommand { Vintasoft.Imaging.Pdf.Processing.RemoveTransparencyFromContentStreamCommand^ get(); }
    Требования

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

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