Class SvgLoadOptions

Class SvgLoadOptions

Der Name: Aspose.Imaging.ImageLoadOptions Versammlung: Aspose.Imaging.dll (25.4.0)

Die Svg Load Optionen.

public class SvgLoadOptions : LoadOptions

Inheritance

object LoadOptions SvgLoadOptions

Vererbte Mitglieder

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

SvgLoadOptions()

public SvgLoadOptions()

Properties

DefaultHeight

Erhalten oder setzen die Standardhöhe.Property DefaultHeight verwendet nur im Fall, wenn die Höhe nicht in der Datei festgelegt ist.

public int DefaultHeight { get; set; }

Eigentumswert

int

DefaultWidth

Erhalten oder festlegen Sie die Standardweite.Property DefaultWidth verwendet nur im Fall, wenn die Breite nicht in der Datei eingestellt ist.

public int DefaultWidth { get; set; }

Eigentumswert

int

Sehen Sie auch

LoadOptions

 Deutsch