Namespace: GroupDocs.Parser.TemplatesAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxprotected TemplateItem(
string name,
Nullable<int> pageIndex
)
Protected Sub New (
name As String,
pageIndex As Nullable(Of Integer)
)
protected:
TemplateItem(
String^ name,
Nullable<int> pageIndex
)
new :
name : string *
pageIndex : Nullable<int> -> TemplateItem
Parameters
- name
- Type: SystemString
The template item name. - pageIndex
- Type: SystemNullableInt32
An integer value that represents the index of the page where the template item is located;
null if the template item is located on any page.
See Also