Represents a position within a generated document as a combination of the page index and the area on that page.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class DocumentLocation : ICloneable, 
	IDocumentLocation
Visual Basic
Public Class DocumentLocation _
	Implements ICloneable, IDocumentLocation

Inheritance Hierarchy

System..::..Object
  C1.C1Preview..::..DocumentLocation

See Also