SnapEntity Members
The base for classes that provide functionality to manipulate various entities in Snap documents.Properties
Name | Description |
---|---|
Active | Indicates whether or not the SnapEntity is locked. |
Document | Provides access to a SnapDocument, to which the SnapEntity belongs. |
Field | Provides access to a Field associated with the SnapEntity. |
SubDocument | Provides access to an object implementing the basic document functionality that is common for the header, footer and the main document body. |
Methods
Name | Description |
---|---|
BeginUpdate() | Enables runtime customization of a SnapEntity. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
EndUpdate() | Unlocks the SnapEntity after a call to the SnapEntity.BeginUpdate method and causes an immediate visual update of the object. |
See Also