VintaSoft Imaging .NET SDK 15.1: 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; }

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also