Enum PageBordersApplyType
Specifies the type of page border to apply.
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum PageBordersApplyType
Fields
Name | Description |
---|---|
AllExceptFirstPage | Page border applies to all pages except the first. |
AllPages | Page border applies to all pages. |
FirstPage | Page border applies only to first pages. |