Gets or sets a value indicating whether page metafiles should be converted to
bitmaps and clipped to printer's hard margins prior to printing.
Namespace:
C1.C1PreviewThe default value is false.
Normally document pages are sent to printer as metafiles. If a page exceeds the printable area of a printer, problems may occur with some printer drivers when the page is printed. In those cases set this property to true.
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] [DefaultValueAttribute(false)] public bool PrintAsBitmap { get; set; } |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _ <DefaultValueAttribute(False)> _ Public Property PrintAsBitmap As Boolean Get Set |
Remarks
The default value for this property is False.