VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfA1bConverter Class / RemoveTransparencyCommand Property
Syntax Requirements SeeAlso
In This Topic
    RemoveTransparencyCommand Property (PdfA1bConverter)
    In This Topic
    Gets the command that removes transparency from PDF content stream.
    Syntax
    '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(); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also