Winnovative RTF to PDF Converter Library for .NET
AdjustBorderSize Property
NamespacesWinnovative.WnvRtfToPdfPdfConverterAdjustBorderSize
Winnovative RTF to PDF Converter Library for .NET
There are situations when a fraction of the right and bottom borders of an image or table cell are overwritten by the image content or table cell background when the PDF document is viewed with Adobe Reader. The AdjustBorderSize value is subtracted from the background width and height. The default value is 0 points.
Declaration Syntax
C#Visual BasicVisual C++
public float AdjustBorderSize { get; set; }
Public Property AdjustBorderSize As Single
public:
property float AdjustBorderSize {
	float get ();
	void set (float value);
}

Assembly: Winnovative.WnvRtfToPdf (Module: Winnovative.WnvRtfToPdf) Version: 2.0.5.0 (2.0.5.0)