HeaderFooterCollectionItem Property |
Gets the
HeaderFooter with the specified type.
Returns
if collection doesn't contain
HeaderFooter
with the specified type.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.6.10
Syntaxpublic HeaderFooter this[
HeaderFooterType type
] { get; }
Public ReadOnly Default Property Item (
type As HeaderFooterType
) As HeaderFooter
Get
Parameters
- type HeaderFooterType
-
Property Value
HeaderFooter
See Also