'宣言 Public Property CustomWidth As System.Double
'使用法 Dim instance As Layout Dim value As System.Double instance.CustomWidth = value value = instance.CustomWidth
public System.double CustomWidth {get; set;}
'宣言 Public Property CustomWidth As System.Double
'使用法 Dim instance As Layout Dim value As System.Double instance.CustomWidth = value value = instance.CustomWidth
public System.double CustomWidth {get; set;}
独自の用紙サイズでレポートを作成するには、 PaperSizeプロパティを System.Drawing.Printing.PaperKind.Customに設定し、 CustomWidthプロパティと CustomHeightプロパティを ページのサイズ(ツイップ単位)に設定します。
PaperSizeが System.Drawing.Printing.PaperKind.Custom以外の値に設定されている場合、用紙サイズは その設定によって決定されます。この場合、 CustomWidthプロパティと CustomHeightプロパティは 使用されません。
PaperSizeが System.Drawing.Printing.PaperKind.Customに設定され、 CustomWidthプロパティと CustomHeightプロパティが 0 に設定されている場合は、プリンタのデフォルトの用紙サイズが使用されます。