VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / RemoveTransparencyFromContentStreamCommand Class / MaxVectorTransparencyComposition Property
Syntax Requirements SeeAlso
In This Topic
    MaxVectorTransparencyComposition Property (RemoveTransparencyFromContentStreamCommand)
    In This Topic
    Gets or sets the maximum count of PDF graphics figures, which can intersect with PDF grahics figure with transparency, for converting PDF graphics figure with transparency to the vector graphics.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(32)>
    Public Property MaxVectorTransparencyComposition As System.Int32
    
    
    [DefaultValue(32)]
    public System.Int32 MaxVectorTransparencyComposition { get; set; }
    
    
    [DefaultValue(32)]
    public: __property System.Int32 get_MaxVectorTransparencyComposition();
    public: __property void set_MaxVectorTransparencyComposition(
    System.Int32 value
    );
    [DefaultValue(32)]
    public:
    property System.Int32 MaxVectorTransparencyComposition { System.Int32 get(); void set(System.Int32 value); }

    Property Value

    PDF graphics figure with transparency will be rasterized if count of figures, which are intersecting with PDF graphics figure, is more than value of this property.
    PDF graphics figure with transparency will be converted to vector graphics if count of figures, which are intersecting with PDF graphics figure, is equal or less than value of this property.
    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