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

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

[Description("The maximum duplicate count of symbol.")]
[DefaultValue(1)]
public System.Int32 MaxSymbolDuplicateCount { 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