Class OdLoadOptions

Class OdLoadOptions

Namespace: Aspose.Imaging.ImageLoadOptions
Assembly: Aspose.Imaging.dll (25.4.0)

The Open Dcocument Load Options

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

Inheritance

objectLoadOptionsOdLoadOptions

Inherited Members

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

OdLoadOptions()

public OdLoadOptions()

Properties

Password

Gets or sets the password.

[JsonProperty]
public string Password { get; set; }

Property Value

string

See Also

LoadOptions