次の方法で共有


IPrintTextOptionDetails.MaxCharacters プロパティ

定義

印刷タスク オプションのテキストに使用できる最大文字数を取得します。

public:
 property unsigned int MaxCharacters { unsigned int get(); };
uint32_t MaxCharacters();
public uint MaxCharacters { get; }
var uInt32 = iPrintTextOptionDetails.maxCharacters;
Public ReadOnly Property MaxCharacters As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

印刷タスク オプションのテキストに使用できる最大文字数。

適用対象