Returns or sets break code.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public SectionBreakType BreakCode { get; set; }
Public Property BreakCode As SectionBreakType
	Get
	Set
public:
virtual property SectionBreakType BreakCode {
	SectionBreakType get () sealed;
	void set (SectionBreakType value) sealed;
}
abstract BreakCode : SectionBreakType with get, set
override BreakCode : SectionBreakType with get, set

Property Value

SectionBreakType

Implements

ISection..::..BreakCode

See Also