Class PageBordersApplyType
Specifies the type of page border to apply.
Inheritance
System.Object
PageBordersApplyType
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class PageBordersApplyType : Enum
Fields
AllExceptFirstPage
Page border applies to all pages except the first.
Declaration
public const PageBordersApplyType AllExceptFirstPage
Field Value
Type |
---|
PageBordersApplyType |
AllPages
Page border applies to all pages.
Declaration
public const PageBordersApplyType AllPages
Field Value
Type |
---|
PageBordersApplyType |
FirstPage
Page border applies only to first pages.
Declaration
public const PageBordersApplyType FirstPage
Field Value
Type |
---|
PageBordersApplyType |