関連付けられている Metafile オブジェクト内の最大レコードのサイズをバイト単位で取得または設定します。
Public Property MaxRecord As Integer
[C#]
public int MaxRecord {get; set;}
[C++]
public: __property int get_MaxRecord();public: __property void set_MaxRecord(int);
[JScript]
public function get MaxRecord() : int;public function set MaxRecord(int);
プロパティ値
関連付けられている Metafile オブジェクト内の最大レコードのバイト単位のサイズ。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
MetaHeader クラス | MetaHeader メンバ | System.Drawing.Imaging 名前空間