FeaturesContainer Property |
Gets the value that indicates whether container extraction is supported.
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 21.2.0
Syntaxpublic bool Container { get; }
Public ReadOnly Property Container As Boolean
Get
public:
property bool Container {
bool get ();
}
member Container : bool with get
Return Value
Type:
Booleantrue if container extraction is supported; otherwise,
false.
See Also