CompressionLoadOptionsDepth Property |
Option to control how many levels in depth to perform conversion
Namespace: GroupDocs.Conversion.Options.LoadAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic int Depth { get; set; }
Public Property Depth As Integer
Get
Set
public:
virtual property int Depth {
int get () sealed;
void set (int value) sealed;
}
abstract Depth : int with get, set
override Depth : int with get, set
Property Value
Type:
Int32Implements
IDocumentsContainerLoadOptionsDepth
See Also