ctor
Namespace: GroupDocs.Conversion.ContractsAssembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.5.0.0 (22.5)
Syntaxprotected DocumentInfo(
FileType format,
long size
)
Protected Sub New (
format As FileType,
size As Long
)
protected:
DocumentInfo(
FileType^ format,
long long size
)
new :
format : FileType *
size : int64 -> DocumentInfo
Parameters
- format
- Type: GroupDocs.Conversion.FileTypesFileType
Document file format - size
- Type: SystemInt64
Document size
See Also