The C1MultiDocumentItem type exposes the following members.

Constructors

  Name Description
Public method C1MultiDocumentItem
Initializes a new instance of the C1MultiDocumentItem type.

Methods

  Name Description
Public method Dispose
Disposes the current multi-document item.
Protected method Finalize
The item descturctor.
(Overrides Object..::..Finalize()()()().)
Public method GetDocument
Gets the document represented by the current multi-document item.
Public method SetDocument
Sets the document represented by the current item.

Properties

  Name Description
Public property ColorizeHyperlinks
Gets the value of the ColorizeHyperlinks property of the C1Report represented by the current multi-document item. This property is null the current item does not represent a C1Report.
Public property EmfType
Gets the value of the EmfType property of the document or report represented by the current multi-document item. This property is null if no document or report is associated with the current item.
Public property FileNames
Gets the list of file names used to store the document or report represented by the current item. If this item is stored in memory, this value is null.
Public property FirstPageIndex
Gets the 0-based index of the first page of the document associated with the current item within the containing C1MultiDocument.
Public property Index
Gets the index of the current item in the containing collection.
Public property IsEmpty
Gets a value indicating whether the current item is empty.
Public property LastPageIndex
Gets the 0-based index of the last page of the document associated with the current item within the containing C1MultiDocument.

The value is undetermined if the associated document has not been generated.

Public property MultiDocument
Gets C1MultiDocument collection containing this object.
Public property NestedOutlinesMode
Gets or sets a value specifying how outlines of the document or report represented by the current item will be treated when the outline for the whole multi-document is prepared. This property is ignored if OutlineNode is null.

For details, see the remarks section of the property.

Public property OutlineNode
Gets or sets the outline node representing the current item in Outlines.

For details, see the remarks section of the property.

Public property Outlines
Gets the collection of outlines defined on the document or report represented by the current multi-document item.

For details, see the remarks section of the property.

Public property Owner
Gets the C1MultiDocumentItemCollection collection containing the current object.
Public property PageCount
Gets the total number of pages in the document associated with the current item.

The value is -1 if the associated document has not been generated.

Public property StorageFileName Obsolete.
Gets the name of the disk file used to store the document associated with the current item. If the item is stored in memory, this value is null.
Public property UseGdiPlusTextRendering
Gets the value of the UseGdiPlusTextRendering property of the document or report represented by the current multi-document item. This property is null if no document or report is associated with the current item.

See Also