Class FontStoringArgs
Class FontStoringArgs
اسم الفضاء : Aspose.Imaging.FileFormats.Svg تجميع: Aspose.Imaging.dll (25.4.0)
حروف التخزين الحجج
public class FontStoringArgs
Inheritance
الأعضاء الموروثين
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
FontStoringArgs()
public FontStoringArgs()
Properties
DestFontStream
يحصل أو يضع نطاق الخط الرئيسي.
public Stream DestFontStream { get; set; }
قيمة الممتلكات
DisposeStream
وَقَالَ رَسُولُ اللَّهِ - صَلَّى اللَّهُ عَلَيْهِ وَسَلَّمَ -: «يَا أَيُّهَا الَّذِينَ آمَنُوا اتَّقُوا اللَّهَ وَاتَّقُوا اللَّهَ».
public bool DisposeStream { get; set; }
قيمة الممتلكات
FontFileUri
يحصل أو يضع ملف الخط URI.
public string FontFileUri { get; set; }
قيمة الممتلكات
FontStoreType
يحصل أو يضع قيمة تشير إلى [استخدام الخط المدمج].
public FontStoreType FontStoreType { get; set; }
قيمة الممتلكات
SourceFontFileName
يحصل على ملف الخط المصدر.
public string SourceFontFileName { get; }
قيمة الممتلكات
SourceFontStream
يحصل على سلك المصدر.
public Stream SourceFontStream { get; }