SnapSubDocument Properties
Provides the essential Snap document functionality.| Name | Description |
|---|---|
| ActiveEntity | Specifies a Snap field for which the SnapEntity.Active property is enabled. Inherited from ISnapFieldOwner. |
| Bookmarks | Provides access to the collection of document bookmarks. Inherited from SubDocument. |
| Comments | Provides access to a collection of comments in the current SubDocument. Inherited from SubDocument. |
| CustomMarks | Provides access to a collection of custom marks. Inherited from SubDocument. |
| Fields | Provides access to the collection of fields in the current document. Inherited from SubDocument. |
| FormFields | Provides access to the collection of the document’s FormField objects. Inherited from SubDocument. |
| Hyperlinks | Provides access to a collection of hyperlinks in the document. Inherited from SubDocument. |
| Images | Provides access to the collection of all images (inline and floating pictures) in the document . Inherited from SubDocument. |
| Length | Gets the character length of the document. Inherited from SubDocument. |
| PageBackColor | Gets the background color of the page. Inherited from SubDocument. |
| Paragraphs | Provides access to a collection of paragraphs. Inherited from SubDocument. |
| Range | Gets the range for the current Snap document. |
| Shapes | Returns the collection of drawing objects in the document. Inherited from SubDocument. |
| ShowPageBackground | Gets whether the page background color is shown. Inherited from SubDocument. |
| Tables | Provides access to a collection of tables contained in the current document. Inherited from SubDocument. |
See Also