XFINIUM.PDF Documentation
PdfStandardLayoutBorderStyle Enumeration



Xfinium.Pdf.LogicalStructure Namespace : PdfStandardLayoutBorderStyle Enumeration
Specifies the available values for PdfStandardLayoutAttribute.BorderStyle property.
Syntax
'Declaration
 
Public Enum PdfStandardLayoutBorderStyle 
   Inherits System.Enum
'Usage
 
Dim instance As PdfStandardLayoutBorderStyle
public enum PdfStandardLayoutBorderStyle : System.Enum 
public enum class PdfStandardLayoutBorderStyle : public System.Enum 
Members
MemberDescription
Dashed The border is a series of short line segments.
Dotted The border is a series of dots.
DoubleThe border is two solid lines. The sum of the two lines and the space between them equals the value of PdfStandardLayoutAttribute.BorderThickness.
Groove The border looks as though it were carved into the canvas.
Hidden Same as None, except in terms of border conflict resolution for table elements.
Inset The border makes the entire box look as though it were embedded in the canvas.
NoneNo border. Forces the computed value of PdfStandardLayoutAttribute.BorderThickness to be 0.
Outset The border makes the entire box look as though it were coming out of the canvas (the opposite of Inset).
Ridge The border looks as though it were coming out of the canvas (the opposite of Groove).
Solid The border is a single line segment.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xfinium.Pdf.LogicalStructure.PdfStandardLayoutBorderStyle

Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.LogicalStructure Namespace