ImageAttributeMetadata.MaxSizeInKB Property

Definition

Gets or sets the maximum allowable size (in kilobytes) of the stored image.

public:
 property Nullable<int> MaxSizeInKB { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember]
public int? MaxSizeInKB { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MaxSizeInKB : Nullable<int> with get, set
Public Property MaxSizeInKB As Nullable(Of Integer)

Property Value

Attributes of this type can be up to 30MB in length, and defaults to 10MB.

Attributes

Applies to