Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents wrapper other document More...
Public Member Functions | |
virtual void | Dispose () |
virtual SolidFramework.Interop.NativeError | Close () |
virtual void | Create () |
Creates this empty instance. | |
void | Open () |
Opens the document. This will throw an exception if the path has not already been specified in the constructor. More... | |
void | Open (string password) |
Opens the document. This will throw an exception if the path has not already been specified in the constructor. More... | |
void | Save () |
Saves the document | |
void | Save (SolidFramework.Plumbing.OverwriteMode mode) |
Saves the document and sets overwrite mode More... | |
void | Save (SolidFramework.Plumbing.OverwriteMode mode, bool useOptimizer) |
Saves the the document to the specified path with using of optimization More... | |
void | SaveAs (string path) |
Saves the document to specified path More... | |
void | SaveAs (string path, SolidFramework.Plumbing.OverwriteMode mode) |
Saves to specified path More... | |
void | SaveAs (string path, SolidFramework.Plumbing.OverwriteMode mode, bool useOptimizer) |
Saves to specified path More... | |
void | SaveOptimized () |
Saves and apply optimization | |
void | SaveOptimized (SolidFramework.Plumbing.OverwriteMode mode) |
Saves and apply optimization More... | |
void | SaveOptimizedAs (string path) |
Saves to specified path and apply optimization More... | |
void | SaveOptimizedAs (string path, SolidFramework.Plumbing.OverwriteMode mode) |
Saves to specified path and apply optimization More... | |
bool | Equals (SolidFramework.Plumbing.Document other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (SolidFramework.Plumbing.Document obj1, SolidFramework.Plumbing.Document obj2) |
static bool | operator!= (SolidFramework.Plumbing.Document obj1, SolidFramework.Plumbing.Document obj2) |
Properties | |
virtual SolidFramework.Plumbing.ICatalog | Catalog [get] |
Gets the catalog. | |
virtual string | Extension [get] |
Gets the extension. | |
string | Path [getset] |
Gets the path. More... | |
bool | IsLoaded [get] |
Gets a value indicating whether this document is loaded. More... | |
bool | RequiresOptimization [getset] |
SolidFramework.Plumbing.OverwriteMode | OverwriteMode [getset] |
Gets the overwrite mode. More... | |
bool | Dirty [getset] |
Gets a value indicating whether this Document is dirty. More... | |
Represents wrapper other document
void SolidFramework.Plumbing.Document.Open | ( | ) |
Opens the document. This will throw an exception if the path has not already been specified in the constructor.
System.InvalidOperationException | with a message of "Path must be set before calling Open" occurs if the path has not been specified or is null. |
void SolidFramework.Plumbing.Document.Open | ( | string | password | ) |
Opens the document. This will throw an exception if the path has not already been specified in the constructor.
password | The password to be used when opening the file. |
System.InvalidOperationException | with a message of "Path must be set before calling Open" occurs if the path has not been specified or is null. |
void SolidFramework.Plumbing.Document.Save | ( | SolidFramework.Plumbing.OverwriteMode | mode | ) |
Saves the document and sets overwrite mode
mode | The mode. |
void SolidFramework.Plumbing.Document.Save | ( | SolidFramework.Plumbing.OverwriteMode | mode, |
bool | useOptimizer | ||
) |
Saves the the document to the specified path with using of optimization
mode | The mode. |
useOptimizer | if set to true [use optimizer]. |
void SolidFramework.Plumbing.Document.SaveAs | ( | string | path | ) |
Saves the document to specified path
path | The path. |
void SolidFramework.Plumbing.Document.SaveAs | ( | string | path, |
SolidFramework.Plumbing.OverwriteMode | mode | ||
) |
Saves to specified path
path | The path. |
mode | The overwrite mode. |
void SolidFramework.Plumbing.Document.SaveAs | ( | string | path, |
SolidFramework.Plumbing.OverwriteMode | mode, | ||
bool | useOptimizer | ||
) |
Saves to specified path
path | The path. |
mode | The overwrite mode. |
useOptimizer | if set to true [use optimizer]. |
void SolidFramework.Plumbing.Document.SaveOptimized | ( | SolidFramework.Plumbing.OverwriteMode | mode | ) |
Saves and apply optimization
mode | The mode. |
void SolidFramework.Plumbing.Document.SaveOptimizedAs | ( | string | path | ) |
Saves to specified path and apply optimization
path | The path. |
void SolidFramework.Plumbing.Document.SaveOptimizedAs | ( | string | path, |
SolidFramework.Plumbing.OverwriteMode | mode | ||
) |
Saves to specified path and apply optimization
path | The path. |
mode | The overwrite mode. |
|
getset |
Gets a value indicating whether this Document is dirty.
true
if dirty; otherwise, false
.
|
get |
Gets a value indicating whether this document is loaded.
true
if this document is loaded; otherwise, false
.
|
getset |
Gets the overwrite mode.
The overwrite mode.
|
getset |
Gets the path.
The path.