This enumeration represents the possible border stylea in a PDF document

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public enum PdfBorderStyle
Visual Basic
Public Enumeration PdfBorderStyle
Visual C++
public enum class PdfBorderStyle

Members

Member nameValueDescription
NoBorder0 No border
FixedSingle1 Single border
Fixed3D2 3D border

See Also