[]
Gets or sets a value indicating whether the paper size of default printer is used when PaperSize is Custom and both CustomWidth and CustomHeight are 0 (unspecified).
[C1Description("BehaviorOptions.UseDefaultPrinterPaperSize", "Specifies whether the paper size of default printer is used when PaperKind is Custom and both CustomWidth and CustomHeight are 0 (unspecified).")]
public bool UseDefaultPrinterPaperSize { get; set; }
<C1Description("BehaviorOptions.UseDefaultPrinterPaperSize", "Specifies whether the paper size of default printer is used when PaperKind is Custom and both CustomWidth and CustomHeight are 0 (unspecified).")>
Public Property UseDefaultPrinterPaperSize As Boolean