FontSubstitutionCollection
Overview
FontSubstitutionCollection यह एक क्लास है Aspose.PDF FOSS के लिए .NET. वारिस से: IReadOnlyCollection<FontSubstitution>.
इस वर्ग में .NET प्रोग्रामों में FontSubstitutionCollection वस्तुओं के साथ काम करने के लिए 9 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: Add, Clear, Contains, CopyTo, Delete, GetEnumerator, Remove. सभी सार्वजनिक सदस्य किसी भी .NET अनुप्रयोग के लिए उपलब्ध हैं Aspose.PDF FOSS को स्थापित करने के बाद .Net पैकेज के साथ।. संपत्ति : Count, IsSynchronized, SyncRoot.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | गिनती की है।. |
IsSynchronized | bool | Read | यह मिलता है सिंक्रनाइज़ किया जाता है।. |
SyncRoot | object | Read | सिंक्रनाइज़ेशन को रूट मिलता है।. |
Methods
| Signature | Description |
|---|---|
Add(fontSubstitution: FontSubstitution) | इस FontSubstitutionCollection उदाहरण पर कॉल जोड़ें।. |
Add(substitution: CustomFontSubstitutionBase) | एक CustomFontSubstitutionBase जोड़ें ( FontSubstitution के उप-क्लास)।. |
Contains(item: FontSubstitution) | कॉल इस FontSubstitutionCollection उदाहरण पर शामिल हैं।. |
CopyTo(array: FontSubstitution[], index: int) | इस उदाहरण पर CopyTo कॉल करें।. |
Remove(item: FontSubstitution) | इस FontSubstitutionCollection उदाहरण पर कॉल हटा दें।. |
Remove(substitution: CustomFontSubstitutionBase) | |
Delete(substitution: CustomFontSubstitutionBase) | कॉल इस FontSubstitutionCollection उदाहरण पर हटा दें।. |
Clear() | इस FontSubstitutionCollection उदाहरण पर स्पष्ट कॉल करें।. |
GetEnumerator() | इस उदाहरण पर GetEnumerator कॉल करें।. |