SaveOptionsBorderInfo Class
Instance of this class represents information about border That can be drown on some result document.
Inheritance Hierarchy
SystemObject
  Aspose.PdfSaveOptionsBorderInfo

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class BorderInfo

The SaveOptionsBorderInfo type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Public fieldBottomStyleIfAny
Represents bottom part(if any) of border
Public fieldLeftStyleIfAny
Represents left part(if any) of border
Public fieldRightStyleIfAny
Represents right part(if any) of border
Public fieldTopStyleIfAny
Represents top part(if any) of border
See Also