Class CdrLoadOptions

Class CdrLoadOptions

Il nome: Aspose.Imaging.ImageLoadOptions Assemblea: Aspose.Imaging.dll (25.4.0)

Le opzioni di carico Cdr

[JsonObject(MemberSerialization.OptIn)]
public class CdrLoadOptions : LoadOptions

Inheritance

object LoadOptions CdrLoadOptions

I membri ereditari

LoadOptions.AddCustomFontSource(CustomFontSource, params object[]) , LoadOptions.DataRecoveryMode , LoadOptions.DataBackgroundColor , LoadOptions.UseIccProfileConversion , LoadOptions.BufferSizeHint , LoadOptions.ProgressEventHandler , LoadOptions.ConcurrentImageProcessing , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

CdrLoadOptions()

[JsonConstructor]
public CdrLoadOptions()

Properties

DefaultFont

Riceve o impone la font predefinita.

[JsonProperty]
public Font DefaultFont { get; set; }

Valore di proprietà

Font

OptimalMemoryUsage

Riceve o impone un valore che indica se [utilizzo ottimale della memoria].

[JsonProperty]
public bool OptimalMemoryUsage { get; set; }

Valore di proprietà

bool

Vedi anche

LoadOptions

 Italiano