Click or drag to resize

HeaderFooterCollectionItem Property

Gets the HeaderFooter with the specified type. Returns if collection doesn't contain HeaderFooter with the specified type.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public HeaderFooter this[
	HeaderFooterType type
] { get; }

Parameters

type  HeaderFooterType
 

Property Value

HeaderFooter
See Also