ExpertPdf Html to Pdf Converter Library
AdjustBorderSize Property
NamespacesExpertPdf.HtmlToPdf.PdfDocumentHtmlToPdfElementAdjustBorderSize
ExpertPdf Html to Pdf Converter Library
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
	Get
	Set
public:
property float AdjustBorderSize {
	float get ();
	void set (float value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)