Class SvgLoadOptions

Class SvgLoadOptions

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

Le opzioni di carico Svg.

public class SvgLoadOptions : LoadOptions

Inheritance

object LoadOptions SvgLoadOptions

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

SvgLoadOptions()

public SvgLoadOptions()

Properties

DefaultHeight

Riceve o impone l’altezza predefinita.Property DefaultHeight utilizza con solo caso, quando l’altezza non è impostata nel file.

public int DefaultHeight { get; set; }

Valore di proprietà

int

DefaultWidth

Riceve o impone la larghezza predefinita.Property DefaultWidth utilizzo con solo caso, quando la larghezza non è impostata nel file.

public int DefaultWidth { get; set; }

Valore di proprietà

int

Vedi anche

LoadOptions

 Italiano