'宣言 Public Property UseDefaultPrinterPaperSize As System.Boolean
'使用法 Dim instance As BehaviorOptions Dim value As System.Boolean instance.UseDefaultPrinterPaperSize = value value = instance.UseDefaultPrinterPaperSize
public System.bool UseDefaultPrinterPaperSize {get; set;}