IGxDocument

Assembly: Drawing;

Description

The IGxDocument interface contains properties and methods of the object that supports printing with a printer and export to various formats.

Inheritance Hierarchy

          IGxDocument

Comments

The IGxDocument interface can be applied to the following objects supporting print and export:

Conditionally, the objects structure is divided into sections. Depending on the object different elements are meant under section.

Specific page parameters can be set for each section. In accordance with these parameters the section is divided into separate pages on print or export.

Properties

  Property name Brief description
BulkSettings The BulkSettings property returns parameters of operation batch execution.
Exporter The Exporter property returns the object that contains additional settings for export the determined type of objects.
Label The Label property returns stamp parameters, which are used to mark documents on export and print.
OwnMultiCopiesPrint The OwnMultiCopiesPrint property determines whether instance number is automatically specified in marking stamp text on report print or export.
PageCount The PageCount property returns he number of the section pages that can be printed.
PageSettings The PageSettings property returns page settings.
Preview The Preview property returns the image that is used to preview reports.
RangeCount The RangeCount property returns the number of print ranges.
RangeName The RangeName property returns the name of the print range.
SectionCount The SectionCount property returns the number of document sections.
SectionName The SectionName property returns the name of the specified section.
Stamps The Stamps property determines a set of document marking stamps.
Title The Title property returns the name of the object.

Methods

  Method name Brief description
GetTagText The GetTagText method converts the specified tag into text.
Print The Print method prints the document.

See also:

Drawing Assembly Interfaces