Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Properties | List of all members
SolidFramework.Plumbing.GZipResult Class Reference

Represents GZip result More...

Properties

string ZipFile [getset]
 Gets or sets the zip file. More...
 
long ZipFileSize [getset]
 Gets or sets the size of the zip file. More...
 
long TempFileSize [getset]
 Gets or sets the size of the temp file. More...
 
int CompressionPercent [getset]
 Gets or sets the compression percent. More...
 
string TempFile [getset]
 Gets or sets the temp file. More...
 
int FileCount [getset]
 Gets or sets the file count. More...
 
bool TempFileDeleted [getset]
 Gets or sets a value indicating whether [temp file deleted]. More...
 
SolidFramework.Plumbing.GZippedFile[] Files [getset]
 Gets or sets the files. More...
 

Detailed Description

Represents GZip result

Property Documentation

◆ CompressionPercent

int SolidFramework.Plumbing.GZipResult.CompressionPercent
getset

Gets or sets the compression percent.

The compression percent.

◆ FileCount

int SolidFramework.Plumbing.GZipResult.FileCount
getset

Gets or sets the file count.

The file count.

◆ Files

SolidFramework.Plumbing.GZippedFile [] SolidFramework.Plumbing.GZipResult.Files
getset

Gets or sets the files.

The files.

◆ TempFile

string SolidFramework.Plumbing.GZipResult.TempFile
getset

Gets or sets the temp file.

The temp file.

◆ TempFileDeleted

bool SolidFramework.Plumbing.GZipResult.TempFileDeleted
getset

Gets or sets a value indicating whether [temp file deleted].

true if [temp file deleted]; otherwise, false.

◆ TempFileSize

long SolidFramework.Plumbing.GZipResult.TempFileSize
getset

Gets or sets the size of the temp file.

The size of the temp file.

◆ ZipFile

string SolidFramework.Plumbing.GZipResult.ZipFile
getset

Gets or sets the zip file.

The zip file.

◆ ZipFileSize

long SolidFramework.Plumbing.GZipResult.ZipFileSize
getset

Gets or sets the size of the zip file.

The size of the zip file.