The C1DocEngine type exposes the following members.
Constructors
Name | Description | |
---|---|---|
C1DocEngine |
Methods
Name | Description | |
---|---|---|
CheckNotBusy |
Makes sure the object is not busy; throws exception if it is.
If the argument is true, sets the busy state to true.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
InitUIStrings | ||
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
SetSourceTreeIsFresh | ||
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Busy |
Sets or returns the current busy state of the object;
fires the BusyChanged event if the state actually changes.
| |
DefaultFileDescription |
Returns the default friendly C1PrintDocument file description (C1PrintDocument documents)
| |
DefaultFileExtension |
Returns the default C1PrintDocument file extension, without the dot (c1d)
| |
DefaultUIStrings | ||
DisplayName |
Sets or returns the display name of the doc engine.
| |
DocumentInfo |
Specifies the common document information, author, title and so on.
| |
FormsContainer | ||
FormsKeyActionEnter |
Gets or sets the action to be performed when an Enter key is pressed
in C1PrintPreview control which is connected to this doc engine.
| |
FormsKeyActionTab |
Gets or sets the action to be performed when a tab key is pressed
in C1PrintPreview control which is connected to this doc engine.
| |
HasOutlineEntries |
Gets or sets the value indicating whether a document has at least one outline entry.
| |
InputControls |
Use this property to enumerate all input controls within document.
| |
Name |
Sets or returns the name of the doc engine. This name is stored with the document.
| |
RenderTree |
Returns the render tree of the doc engine.
| |
rnd | ||
SourceTree |
Sets or returns the source tree of the doc engine.
| |
src | ||
UIStrings |