VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf Namespace / PdfTextEncodingObfuscator Class / MinSymbolDuplicateCount Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
MinSymbolDuplicateCount Property (PdfTextEncodingObfuscator)
In This Topic
Gets or sets the minimum duplicate count of symbol.
Syntax
'Declaration

<DefaultValueAttribute(1)>
<DescriptionAttribute("The minimum duplicate count of symbol.")>
Public Property MinSymbolDuplicateCount As System.Int32

[DefaultValue(1)]
[Description("The minimum duplicate count of symbol.")]
public System.Int32 MinSymbolDuplicateCount { get; set; }

Property Value

Valid values are greater than or equal to 1.
Default value is 1.
Exceptions
ExceptionDescription
Thrown if new value is less than 1.
Remarks

Every symbol of original font will have number of duplicates equal to MinSymbolDuplicateCount if the value of MinSymbolDuplicateCount is greater than or equal to the value of MaxSymbolDuplicateCount. Also, number of symbols in each font cannot exceed the maximum value that can be encoded using the size of the symbol codes of that font, for example, font can contain max 256 symbols if symbol code size is equal to 1.

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