TemplateLinkedPositionEdgesIsEmpty Property |
Gets the value that indicates whether the instance is empty.
Namespace: GroupDocs.Parser.TemplatesAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 22.06.0
Syntaxpublic bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
Get
public:
property bool IsEmpty {
bool get ();
}
member IsEmpty : bool with get
Property Value
Type:
Booleantrue if the instance is empty (all fields are
false); otherwise,
false.
See Also