MetaHeader.MaxRecord Property

Definition

Gets or sets the size, in bytes, of the largest record in the associated Metafile object.

public:
 property int MaxRecord { int get(); void set(int value); };
public int MaxRecord { get; set; }
member this.MaxRecord : int with get, set
Public Property MaxRecord As Integer

Property Value

The size, in bytes, of the largest record in the associated Metafile object.

Applies to