Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Static Public Member Functions | Properties | List of all members
SolidFramework.Plumbing.GZippedFile Class Reference

Represents GZipped file More...

Static Public Member Functions

static GZippedFile GetGZippedFile (string fileInfo)
 Gets the GZipped file. More...
 

Properties

string RelativePath [getset]
 Gets or sets the relative path. More...
 
DateTime ModifiedDate [getset]
 Gets or sets the modified date. More...
 
int Length [getset]
 Gets or sets the length. More...
 
bool AddedToTempFile [getset]
 Gets or sets a value indicating whether [added to temp file]. More...
 
int Index [getset]
 Gets or sets the index. More...
 
bool Restored [getset]
 Gets or sets a value indicating whether this GZippedFile is restored. More...
 
string LocalPath [getset]
 Gets or sets the local path. More...
 
string Folder [getset]
 Gets or sets the folder. More...
 

Detailed Description

Represents GZipped file

Member Function Documentation

◆ GetGZippedFile()

static GZippedFile SolidFramework.Plumbing.GZippedFile.GetGZippedFile ( string  fileInfo)
static

Gets the GZipped file.

Parameters
fileInfoThe file info.
Returns
The GZipped file.

Property Documentation

◆ AddedToTempFile

bool SolidFramework.Plumbing.GZippedFile.AddedToTempFile
getset

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

true if [added to temp file]; otherwise, false.

◆ Folder

string SolidFramework.Plumbing.GZippedFile.Folder
getset

Gets or sets the folder.

The folder.

◆ Index

int SolidFramework.Plumbing.GZippedFile.Index
getset

Gets or sets the index.

The index.

◆ Length

int SolidFramework.Plumbing.GZippedFile.Length
getset

Gets or sets the length.

The length.

◆ LocalPath

string SolidFramework.Plumbing.GZippedFile.LocalPath
getset

Gets or sets the local path.

The local path.

◆ ModifiedDate

DateTime SolidFramework.Plumbing.GZippedFile.ModifiedDate
getset

Gets or sets the modified date.

The modified date.

◆ RelativePath

string SolidFramework.Plumbing.GZippedFile.RelativePath
getset

Gets or sets the relative path.

The relative path.

◆ Restored

bool SolidFramework.Plumbing.GZippedFile.Restored
getset

Gets or sets a value indicating whether this GZippedFile is restored.

true if restored; otherwise, false.